6 lines
157 B
Python
6 lines
157 B
Python
from __future__ import annotations
|
|
|
|
__all__ = ["__version__", "run_programmatic"]
|
|
__version__ = "1.0.1"
|
|
|
|
from vibe.core.programmatic import run_programmatic
|