Files
2025-04-24 12:42:53 +02:00

7 lines
95 B
Python

#!/usr/bin/env python3
from src.inferencing import infer
if __name__ == '__main__':
infer()