7 lines
99 B
Python
7 lines
99 B
Python
from __future__ import annotations
|
|
|
|
from .app_factory import create_app
|
|
|
|
__all__ = ["create_app"]
|
|
|