6 lines
156 B
Python
6 lines
156 B
Python
from __future__ import annotations
|
|
|
|
from govoplan_core.core.runtime import configure_runtime, get_registry
|
|
|
|
__all__ = ["configure_runtime", "get_registry"]
|