4 lines
46 B
Python
4 lines
46 B
Python
from .app import config
|
|
|
|
__all__ = ["config"]
|
from .app import config
|
|
|
|
__all__ = ["config"]
|