#!/usr/bin/env python

from winswitch.client import stdio_tcp_client
import sys

stdio_tcp_client.main(sys.argv)
