LICENSE
README.md
pyproject.toml
elf/__init__.py
elf/_version.py
elf/answer.py
elf/aoc_client.py
elf/cache.py
elf/cli.py
elf/client.py
elf/constants.py
elf/exceptions.py
elf/guesses.py
elf/helpers.py
elf/input.py
elf/leaderboard.py
elf/messages.py
elf/models.py
elf/open.py
elf/py.typed
elf/status.py
elf/utils.py
elf.egg-info/PKG-INFO
elf.egg-info/SOURCES.txt
elf.egg-info/dependency_links.txt
elf.egg-info/entry_points.txt
elf.egg-info/requires.txt
elf.egg-info/top_level.txt
tests/test_answer_guardrails.py
tests/test_cli_commands.py
tests/test_client_api.py
tests/test_guess_cache.py
tests/test_models.py
tests/test_parsing.py