net-backup/app/config/__init__.py

6 lines
56 B
Python

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