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

7 lines
92 B
Python

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