py.lib.aw_config
1:81fc92335324
Go to Latest
py.lib.aw_config/src/aw_config/__init__.py
+ Модуль получения имени директории размещения приложения
2 from .env import get_env
3 from .type_helpers import ANY, DICT, LIST
4 from .file import ConfigFile, ConfigSectionNotFound, ConfigFileError
5 from .app_tools import get_app_root
10 'ANY', 'DICT', 'LIST',
11 'ConfigFile', 'ConfigSectionNotFound', 'ConfigFileError',