Describe the bug
running python3.8 examples/lifecycle_hooks.py generates an exception: `ImportError: cannot import name 'Events' from 'gooey'.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/chriskiehl/GooeyExamples.git
cd GooeyExamples
pip install -r requirements.txt
python3.8 examples/lifecycle_hooks.py
- Observe exception:
Traceback (most recent call last):
File "examples/lifecycle_hooks.py", line 4, in <module>
from gooey import Events, Gooey, GooeyParser
ImportError: cannot import name 'Events' from 'gooey' (/.../python3.8/site-packages/gooey/__init__.py)
Expected behavior
Example runs without error
Desktop (please complete the following information):