simple-chat-bot / app.py
Fahad Mattoo
App file (#12)
a3cd1b3 unverified
raw
history blame
92 Bytes
"""this is the base app"""
from src.app import main
if __name__ == "__main__":
main()