rumine-api-wrapper/app/__init__.py

4 lines
86 B
Python

from app.app import init_app
app, database = init_app()
from app.handlers import root