Files
django-dav-events/dav_base/config/__init__.py
T
heinzel 8d40f0cb4f
Run tests / Execute tox to run the test suite (push) Successful in 3m36s
dav_base: moved constants into config
2026-06-10 15:06:18 +02:00

4 lines
137 B
Python

from .constants import DJANGO_MAIN_MODULE, MODULE_APP_SETTINGS_PREFIX, MODULES_CONFIG_FILE_NAME
from . import apps
from . import modules