vibe/vibe/core/__init__.py
Mathias Gesbert 3aa54e9f05 v1.0.1
2025-12-09 14:56:45 +01:00

6 lines
157 B
Python

from __future__ import annotations
__all__ = ["__version__", "run_programmatic"]
__version__ = "1.0.1"
from vibe.core.programmatic import run_programmatic