rumine-api-wrapper/app/__init__.py

4 lines
86 B
Python
Raw Normal View History

2024-03-07 14:06:53 +01:00
from app.app import init_app
app, database = init_app()
from app.handlers import root