PyRetri/pyretri/config/__init__.py

10 lines
130 B
Python
Raw Normal View History

2020-04-02 14:00:49 +08:00
# -*- coding: utf-8 -*-
from .config import setup_cfg, get_defaults_cfg
__all__ = [
'get_defaults_cfg',
'setup_cfg',
]