torch-agent/torch_agent/__main__.py

6 lines
87 B
Python

import sys
from torch_agent import main
if __name__ == '__main__':
sys.exit(main())