LICENSE
README.md
pyproject.toml
src/annotate_ez.egg-info/PKG-INFO
src/annotate_ez.egg-info/SOURCES.txt
src/annotate_ez.egg-info/dependency_links.txt
src/annotate_ez.egg-info/entry_points.txt
src/annotate_ez.egg-info/requires.txt
src/annotate_ez.egg-info/top_level.txt
src/annotateez/__init__.py
src/annotateez/__main__.py
src/annotateez/cli.py
src/annotateez/config.py
src/annotateez/core/__init__.py
src/annotateez/core/image.py
src/annotateez/gui/__init__.py
src/annotateez/gui/main_window.py
src/annotateez/gui/settings_dialog.py
src/annotateez/gui/theme.py
src/annotateez/gui/widgets.py
src/annotateez/icons/Left.png
src/annotateez/icons/Open.png
src/annotateez/icons/Right.png
src/annotateez/icons/Save.png
src/annotateez/icons/Settings.png
src/annotateez/icons/check_all.png
src/annotateez/icons/uncheck_all.png
src/annotateez/io/__init__.py
src/annotateez/io/eventset.py
tests/test_config.py
tests/test_eventset.py
tests/test_image.py