Co-authored-by: Kim-Adeline Miguel <51720070+kimadeline@users.noreply.github.com> Co-authored-by: Mathias Gesbert <mathias.gesbert@mistral.ai> Co-authored-by: Michel Thomazo <51709227+michelTho@users.noreply.github.com> Co-authored-by: Pierre Rossinès <pierre.rossines@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.8.0"
|