minhhungg's picture
feat: initial upload for AutoRestTest Track A datasets
6c50d1f
Raw
History Blame Contribute Delete
150 Bytes
"""Configuration helpers for AutoRestTest."""
from .config import CONFIG_PATH, Config, get_config
__all__ = ["Config", "get_config", "CONFIG_PATH"]