This commit is contained in:
hhh
2024-02-02 22:36:53 +02:00
commit 9cea034fc3
10 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from neko_configparser import ConfigParserInterface
neko_config = ConfigParserInterface.parse_config()
__all__ = ['ConfigParserInterface', 'neko_config']