mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-10 14:10:19 +01:00
6 lines
109 B
Python
6 lines
109 B
Python
from app.services.file_uploader import FileUploader
|
|
|
|
|
|
async def on_start():
|
|
await FileUploader.prepare()
|