.gitignore
LICENSE
README.md
check.sh
pyproject.toml
requirements.txt
.github/workflows/check.yml
.github/workflows/publish.yml
monodeal/__init__.py
monodeal/actions.py
monodeal/deck.py
monodeal/game.py
monodeal/py.typed
monodeal.egg-info/PKG-INFO
monodeal.egg-info/SOURCES.txt
monodeal.egg-info/dependency_links.txt
monodeal.egg-info/top_level.txt
tests/__init__.py
tests/test_actions.py
tests/test_desk.py
tests/test_player.py
tests/test_propertyset.py