You've already forked Travel-Agent
init: Initial project setup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import asyncio
|
||||
import logging
|
||||
import sys
|
||||
|
||||
from app.bot import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
logging.basicConfig(level=logging.INFO, stream=sys.stdout)
|
||||
asyncio.run(main())
|
||||
Reference in New Issue
Block a user