net-backup/app/config/__init__.py

6 lines
50 B
Python

from .config import cfg
__all__ = [
"cfg",
]