#!/usr/bin/python3

from cx_Freeze import main

main()

