This repository has all the implementation of the code for AoC-2022. The code is not written for readability and maintainability as the nature of the contest dictates(i.e. none of the zen-of-python
applies here).
I am using AOCD package authored by Wim glenn for fetching the input. You need to configure it before running the code by setting the token. You can read more about it here.
pip install advent-of-code-data