Files
strix/strix/config/__init__.py
T

13 lines
180 B
Python
Raw Normal View History

from strix.config.config import (
Config,
apply_saved_config,
save_current_config,
)
__all__ = [
"Config",
"apply_saved_config",
"save_current_config",
]