Files
telegram_files_server/fastapi_file_server/app/on_start.py
2022-01-09 20:29:15 +03:00

6 lines
114 B
Python

from app.services.storages import StoragesContainer
async def on_start():
await StoragesContainer.prepare()