mirror of
https://github.com/mistralai/mistral-vibe
synced 2026-04-25 17:14:55 +02:00
Co-authored-by: Clément Sirieix <clement.sirieix@mistral.ai> Co-authored-by: Vincent G <10739306+VinceOPS@users.noreply.github.com> Co-authored-by: Mistral Vibe <vibe@mistral.ai>
7 lines
118 B
Python
7 lines
118 B
Python
from __future__ import annotations
|
|
|
|
from pathlib import Path
|
|
|
|
VIBE_ROOT = Path(__file__).parent
|
|
__version__ = "2.7.2"
|