advent-of-code/py/aoc/y2020/__init__.py

5 lines
56 B
Python

from . import d10
DAYS = {
"2020_10": d10.solve,
}