Files
govoplan-calendar/src/govoplan_calendar/backend/runtime.py
2026-07-14 13:22:10 +02:00

11 lines
288 B
Python

from __future__ import annotations
from govoplan_core.core.runtime import ModuleRuntimeState
_runtime = ModuleRuntimeState("Calendar")
configure_runtime = _runtime.configure_runtime
get_registry = _runtime.get_registry
get_settings = _runtime.get_settings
settings = _runtime.settings