Co-Authored-By: Vincent Guilloux <vincent.guilloux@mistral.ai> Co-Authored-By: Clément Siriex <clement.sirieix@mistral.ai> Co-Authored-By: Kim-Adeline Miguel <kimadeline.miguel@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.0.2"
|