File size: 96 Bytes
c668e80
 
 
 
 
1
2
3
4
5
#!/usr/bin/env python
from onmt.bin.translate import main

if __name__ == "__main__":
    main()