6 lines
70 B
Python
6 lines
70 B
Python
from .config import global_config
|
|
|
|
__all__ = [
|
|
"global_config",
|
|
]
|