#!/usr/bin/python3

import sys
import tchess

tchess.run(sys.argv[1:])
