netadm/config/__init__.py

8 lines
81 B
Python

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