5 lines
68 B
Python
5 lines
68 B
Python
from .settings import get_settings
|
|
|
|
__all__ = [
|
|
"get_settings"
|
|
] |