simple-chat-bot / app.py
Fahad Mattoo
Discord hook (#16)
5301790 unverified
raw
history blame contribute delete
88 Bytes
"""this is the base app"""
from src import main
if __name__ == "__main__":
main()