ops-hub/src/ops_hub/__init__.py

6 lines
88 B
Python
Raw Normal View History

2026-06-17 00:17:59 +02:00
"""ops-hub implementation helpers."""
__all__ = ["__version__"]
__version__ = "0.1.0"