Files
govoplan-access/src/govoplan_access/backend/runtime.py
2026-07-07 15:49:06 +02:00

6 lines
156 B
Python

from __future__ import annotations
from govoplan_core.core.runtime import configure_runtime, get_registry
__all__ = ["configure_runtime", "get_registry"]