cz-base / app /config /__init__.py
FrankChang-TBLA's picture
improve-readaility (#7)
77fe570 verified
raw
history blame contribute delete
178 Bytes
from .base import get_app_name_and_config, AppName, REQUIRED_ATTRIBUTES, CONFIG_MAPPING
__all__ = ['get_app_name_and_config', 'AppName', 'REQUIRED_ATTRIBUTES', 'CONFIG_MAPPING']