[py] Reorganize solution imports
This commit is contained in:
parent
f90e633971
commit
fe30ff3d64
8 changed files with 77 additions and 56 deletions
5
py/aoc/y2020/__init__.py
Normal file
5
py/aoc/y2020/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from . import d10
|
||||
|
||||
DAYS = {
|
||||
"2020_10": d10.solve,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue