LICENSE
README.md
pyproject.toml
src/inthearena/__init__.py
src/inthearena.egg-info/PKG-INFO
src/inthearena.egg-info/SOURCES.txt
src/inthearena.egg-info/dependency_links.txt
src/inthearena.egg-info/requires.txt
src/inthearena.egg-info/top_level.txt
src/inthearena/mtga/__init__.py
src/inthearena/mtga/board.py
src/inthearena/mtga/cards.py
src/inthearena/mtga/collection.py
src/inthearena/mtga/engine.py
src/inthearena/mtga/engine_policy.py
src/inthearena/mtga/execute.py
src/inthearena/mtga/gre.py
src/inthearena/mtga/hand.py
src/inthearena/mtga/live.py
src/inthearena/mtga/macos.py
src/inthearena/mtga/navigate.py
src/inthearena/mtga/ocr.py
src/inthearena/mtga/policy.py
src/inthearena/mtga/screen.py
src/inthearena/mtga/shadow.py
src/inthearena/mtga/snapshot.py
src/inthearena/mtga/views.py
src/inthearena/mtga/vision.py
tests/test_mtga.py