#!/usr/bin/env python

from winswitch.client import stdio_socket_client
import sys

stdio_socket_client.main(sys.argv)
