# test si custom tkinter fonction sur le pc try: from package.ctk_app import App except ImportError: from package.tk_app import App App().mainloop()