8 lines
106 B
Python

from __future__ import annotations
from atlas_portal.app_factory import create_app
app = create_app()