LICENCE
README.md
pyproject.toml
src/__init__.py
src/base/__init__.py
src/base/event_system.py
src/event_systems.egg-info/PKG-INFO
src/event_systems.egg-info/SOURCES.txt
src/event_systems.egg-info/dependency_links.txt
src/event_systems.egg-info/top_level.txt
src/internal/__init__.py
src/internal/event_listener.py
src/internal/event_system.py
src/shared/__init__.py
src/shared/event_listener.py
src/shared/event_system.py
tests/test_factory_event_system.py
tests/test_singleton_event_system.py