#!/usr/bin/python3 # -*- coding: utf-8 -*- import sys from appWindow import Main app = Main() app.geometry("1280x720") app.mainloop() sys.exit(ret)