#!/usr/bin/env python
import spaces
from onmt.bin.translate import main


if __name__ == "__main__":
    main()