4 lines
86 B
Python
4 lines
86 B
Python
|
from app.app import init_app
|
||
|
app, database = init_app()
|
||
|
|
||
|
from app.handlers import root
|