5 lines
56 B
Python
5 lines
56 B
Python
from . import d14
|
|
|
|
DAYS = {
|
|
"2021_14": d14.solve,
|
|
}
|