7 lines
87 B
Python
7 lines
87 B
Python
import sys
|
|
|
|
VERSION = "0.1.0"
|
|
|
|
def run(args):
|
|
print(f"Mistral OCR CLI v{VERSION}")
|