Files
devops-skills/engine/devops_agent/__init__.py

6 lines
111 B
Python

"""Runtime package for agentic DevOps workflow execution."""
__all__ = ["__version__"]
__version__ = "0.1.0"