Files
mistral-ocr/mistral_ocr/commands/version.py
T
2025-04-24 20:54:50 +02:00

7 lines
87 B
Python

import sys
VERSION = "0.1.0"
def run(args):
print(f"Mistral OCR CLI v{VERSION}")