This is a repo for our comp solution to AEAC 2026 Task 1. Create a new branch to start working on a task.
This project uses the uv python build system.
To install uv you can run
pip install uvTo install dependencies you can run
uv syncThis will also create a .venv folder for you to use!
To run a script you can use the following command
uv run script.pyTo test using pytest you can run the following command from root
uv run pytest .