Release v0.1.5

This commit is contained in:
2026-07-07 15:49:06 +02:00
parent f37c6668e5
commit efb69b3d2d
43 changed files with 6464 additions and 192 deletions

View File

@@ -0,0 +1,5 @@
from __future__ import annotations
from govoplan_core.core.runtime import configure_runtime, get_registry
__all__ = ["configure_runtime", "get_registry"]