mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 12:35:39 +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()
|