#!/usr/bin/python3.6 -s

from cx_Freeze import main

main()

