init
This commit is contained in:
7
tg_bot/app.py
Normal file
7
tg_bot/app.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
|
||||
def create_app() -> FastAPI:
|
||||
app = FastAPI()
|
||||
|
||||
return app
|
Reference in New Issue
Block a user