commit
802cae6f23
1 changed files with 3 additions and 8 deletions
|
@ -1,11 +1,6 @@
|
|||
import sys
|
||||
if sys.version_info[0] >= 3:
|
||||
import PySimpleGUIWeb as sg
|
||||
# import PySimpleGUIWeb as sg
|
||||
# import PySimpleGUIQt as sg
|
||||
# import PySimpleGUI as sg
|
||||
|
||||
else:
|
||||
import PySimpleGUI27 as sg
|
||||
import PySimpleGUI as sg
|
||||
import math
|
||||
|
||||
SIZE_X = 200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue