vibe/vibe/__init__.py
Mathias Gesbert bd3497b1c0 v2.0.1
2026-01-28 18:40:13 +01:00

6 lines
118 B
Python

from __future__ import annotations
from pathlib import Path
VIBE_ROOT = Path(__file__).parent
__version__ = "2.0.1"