netadm/config/__init__.py

9 lines
115 B
Python

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