#!/usr/bin/python2.6

from cx_Freeze import main

main()

