Files
telegram_files_server/fastapi_file_server/main.py
2021-11-10 13:13:33 +03:00

5 lines
51 B
Python

from core.app import start_app
app = start_app()