#!/usr/bin/env python

from winswitch.server import server_monitor_gui

server_monitor_gui.main()
