Co-authored-by: Kim-Adeline Miguel <kimadeline.miguel@mistral.ai> Co-authored-by: Clement Sirieix <clem.sirieix@gmail.com> Co-authored-by: laurens <laurens@mistral.ai>
6 lines
118 B
Python
6 lines
118 B
Python
from __future__ import annotations
|
|
|
|
from pathlib import Path
|
|
|
|
VIBE_ROOT = Path(__file__).parent
|
|
__version__ = "2.4.2"
|