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