#!/usr/bin/python2.7

from cx_Freeze import main

main()

