From bd41016fa1a7f7cfba8cf9068d82b3b37389526b Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Sun, 29 Aug 2021 17:15:40 -0400 Subject: [PATCH] Adding the init that is normally included with the pip installation --- __init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 __init__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 00000000..771da22e --- /dev/null +++ b/__init__.py @@ -0,0 +1,3 @@ +name = "PySimpleGUI" +from .PySimpleGUI import * +from .PySimpleGUI import __version__