Files
2024-10-15 16:56:57 +02:00

7 lines
92 B
Python

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