PyRetri/retrieval_tool_box/config/__init__.py

10 lines
130 B
Python

# -*- coding: utf-8 -*-
from .config import setup_cfg, get_defaults_cfg
__all__ = [
'get_defaults_cfg',
'setup_cfg',
]