feat: add interhub bootstrap helper
This commit is contained in:
parent
9fce939d29
commit
6aff34cc5b
11 changed files with 1197 additions and 0 deletions
5
src/ops_hub/__init__.py
Normal file
5
src/ops_hub/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""ops-hub implementation helpers."""
|
||||
|
||||
__all__ = ["__version__"]
|
||||
|
||||
__version__ = "0.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue