6 lines
95 B
Python
6 lines
95 B
Python
from __future__ import annotations
|
|
|
|
from app.app_factory import create_app
|
|
|
|
app = create_app()
|