Merge pull request #4681 from PySimpleGUI/Dev-latest

Adding the init that is normally included with the pip installation
This commit is contained in:
PySimpleGUI 2021-08-29 17:16:06 -04:00 committed by GitHub
commit b4576a7e52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
__init__.py Normal file
View file

@ -0,0 +1,3 @@
name = "PySimpleGUI"
from .PySimpleGUI import *
from .PySimpleGUI import __version__