Files
telegram_files_server/fastapi_file_server/main.py
2023-01-08 00:09:28 +01:00

4 lines
50 B
Python

from core.app import start_app
app = start_app()