hub-core/hub_core/__init__.py
tegwick 7e1ec03f0c
Some checks failed
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / pytest-smoke (push) Failing after 0s
feat: add hub runtime and extension contract
2026-08-21 10:58:03 +02:00

5 lines
130 B
Python

"""Contracts, reusable primitives, and runtime surfaces for HelixForge hubs."""
__all__ = ["__version__"]
__version__ = "0.2.0"