7 lines
96 B
Python
7 lines
96 B
Python
from .app import app
|
|
from .conf import get_settings
|
|
|
|
__all__ = [
|
|
"app",
|
|
"get_settings"
|
|
] |