#!/usr/bin/python3 -s

from cx_Freeze import main

main()

