MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/golf_companion_533_app/__course_class.py
src/golf_companion_533_app/__init__.py
src/golf_companion_533_app/__player_class.py
src/golf_companion_533_app/player_test.py
src/golf_companion_533_app/start_game.py
src/golf_companion_533_app/test_course.py
src/golf_companion_533_app.egg-info/PKG-INFO
src/golf_companion_533_app.egg-info/SOURCES.txt
src/golf_companion_533_app.egg-info/dependency_links.txt
src/golf_companion_533_app.egg-info/top_level.txt
src/golf_companion_533_app/__pycache__/__init__.cpython-311.pyc
src/golf_companion_533_app/__pycache__/player_test.cpython-311.pyc
src/golf_companion_533_app/__pycache__/test_course.cpython-311.pyc
src/golf_companion_533_app/course_files/__init__.py
src/golf_companion_533_app/course_files/okanagan_golf_club_bear.csv
src/golf_companion_533_app/course_files/shadow_ridge.csv
src/golf_companion_533_app/course_files/sunset_ranch.csv
src/golf_companion_533_app/pick_club/__init__.py
src/golf_companion_533_app/pick_club/pick_test.py
src/golf_companion_533_app/pick_club/start_picking.py
src/golf_companion_533_app/pick_club/__pycache__/__init__.cpython-310.pyc
src/golf_companion_533_app/pick_club/__pycache__/__init__.cpython-311.pyc
src/golf_companion_533_app/pick_club/__pycache__/__player_class.cpython-311.pyc
src/golf_companion_533_app/pick_club/__pycache__/pick_test.cpython-310.pyc
src/golf_companion_533_app/pick_club/__pycache__/pick_test.cpython-311.pyc
src/golf_companion_533_app/pick_club/__pycache__/start_picking.cpython-310.pyc
src/golf_companion_533_app/pick_club/__pycache__/start_picking.cpython-311.pyc
src/golf_companion_533_app/track_score/__init__.py
src/golf_companion_533_app/track_score/start_tracking.py
src/golf_companion_533_app/track_score/__pycache__/__course_class.cpython-311.pyc
src/golf_companion_533_app/track_score/__pycache__/__init__.cpython-310.pyc
src/golf_companion_533_app/track_score/__pycache__/__init__.cpython-311.pyc
src/golf_companion_533_app/track_score/__pycache__/start_tracking.cpython-310.pyc
src/golf_companion_533_app/track_score/__pycache__/start_tracking.cpython-311.pyc
tests/test_suit.py