mirror of https://github.com/PyRetri/PyRetri.git
10 lines
130 B
Python
10 lines
130 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
from .config import setup_cfg, get_defaults_cfg
|
||
|
|
||
|
|
||
|
__all__ = [
|
||
|
'get_defaults_cfg',
|
||
|
'setup_cfg',
|
||
|
]
|