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

5 lines
56 B
Python

from . import d14
DAYS = {
"2021_14": d14.solve,
}