ReMe/reme/config/__init__.py

5 lines
95 B
Python

"""config"""
from .reme_config_parser import ReMeConfigParser
__all__ = ["ReMeConfigParser"]