Co-authored-by: Clément Drouin <clement.drouin@mistral.ai> Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com> Co-authored-by: Mathias Gesbert <mathias.gesbert@mistral.ai> Co-authored-by: allansimon-mistral <allan.simon@ext.mistral.ai> Co-authored-by: Mistral Vibe <vibe@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.9.5"
|