MANIFEST.in
setup.cfg
setup.py
gat_runner/__init__.py
gat_runner/auto_updater.py
gat_runner/languages.py
gat_runner/runner.py
gat_runner.egg-info/PKG-INFO
gat_runner.egg-info/SOURCES.txt
gat_runner.egg-info/dependency_links.txt
gat_runner.egg-info/requires.txt
gat_runner.egg-info/top_level.txt
gat_runner/players/__init__.py
gat_runner/players/gat_player.py
gat_runner/players/truco.py
tests/__init__.py
tests/sample_truco_algorithm.py
tests/test_init.py
tests/test_languages.py
tests/test_runner.py
tests/games/__init__.py
tests/games/truco_simulation.py
tests/players/__init__.py
tests/players/test_gat_player.py