#!/usr/bin/python2

from cx_Freeze import main

main()

