RELEASE 3.0.2

This commit is contained in:
MikeTheWatchGuy 2018-09-08 16:26:38 -04:00
parent 699a6912d2
commit ebb0dbb03a
4 changed files with 63 additions and 12 deletions

View file

@ -40,5 +40,6 @@ def Everything():
sg.Popup('Title', 'The results of the form.', 'The button clicked was "{}"'.format(button), 'The values are', values)
Everything()
if __name__ == '__main__':
Everything()