4 lines
91 B
Python
4 lines
91 B
Python
|
from .base import create_app, create_app_wsgi
|
||
|
|
||
|
__all__ = ["create_app", "create_app_wsgi"]
|