| """Canonical API module path. | |
| Keeps compatibility with required file path while reusing ``app.api`` app. | |
| """ | |
| from __future__ import annotations | |
| from app.api import app, main | |
| __all__ = ["app", "main"] | |
| """Canonical API module path. | |
| Keeps compatibility with required file path while reusing ``app.api`` app. | |
| """ | |
| from __future__ import annotations | |
| from app.api import app, main | |
| __all__ = ["app", "main"] | |