feat: add interhub bootstrap helper

This commit is contained in:
2026-06-17 00:17:59 +02:00
parent 9fce939d29
commit 6aff34cc5b
11 changed files with 1197 additions and 0 deletions

5
src/ops_hub/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""ops-hub implementation helpers."""
__all__ = ["__version__"]
__version__ = "0.1.0"