Files
telegram_files_server/fastapi_file_server/main.py
2023-05-14 16:06:01 +02:00

5 lines
51 B
Python

from core.app import start_app
app = start_app()