mirror of
https://github.com/OMGeeky/flucto-heisskleber.git
synced 2026-01-02 01:26:40 +01:00
5 lines
99 B
Python
5 lines
99 B
Python
from .config import BaseConf
|
|
from .parse import load_config
|
|
|
|
__all__ = ["load_config", "BaseConf"]
|