Files
flucto-heisskleber/heisskleber/config/__init__.py
Felix Weiler 1f6e17bd42 Switch to pathlib for config paths. (#128)
* Switch to pathlib for config paths.

* Run tests on windows platform.

* Fix test in zmq to mock Path object instead of str.

* Fix async zmq test.

* Revert "Run tests on windows platform."

This reverts commit ac4c47ef4ed13b7440521dc39c2224b09a4926bb.
2024-05-29 15:41:12 +02:00

5 lines
117 B
Python

from .config import BaseConf, Config
from .parse import load_config
__all__ = ["load_config", "BaseConf", "Config"]