#!/usr/bin/python2

from winswitch.client import stdio_tcp_client
import sys

stdio_tcp_client.main(sys.argv)
