8 lines
106 B
Python
8 lines
106 B
Python
from __future__ import annotations
|
|
|
|
from atlas_portal.app_factory import create_app
|
|
|
|
|
|
app = create_app()
|
|
|