4 lines
58 B
Python
4 lines
58 B
Python
|
from .main import app_factory
|
||
|
|
||
|
__all__ = ("app_factory",)
|