test using number 1

This commit is contained in:
Ryan Xu 2022-11-29 17:31:12 -08:00
parent 4eb9ba5bab
commit 118bd9b6de
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ if __name__ == '__main__':
if sys.platform.startswith('win'):
# On Windows calling this function is necessary.
freeze_support()
global t1
#global t1
app = wx.App(useBestVisual=True)
frame = Frame(None)
app.SetTopWindow(frame)