File size: 94 Bytes
158b61b
 
 
 
 
 
1
2
3
4
5
6
7
#!/usr/bin/env python
from onmt.bin.train import main


if __name__ == "__main__":
    main()