5 lines
56 B
Python
5 lines
56 B
Python
from . import d10
|
|
|
|
DAYS = {
|
|
"2020_10": d10.solve,
|
|
}
|