4 lines
55 B
Python
4 lines
55 B
Python
from .main import create_app
|
|
|
|
__all__ = ["create_app"]
|
from .main import create_app
|
|
|
|
__all__ = ["create_app"]
|