5 lines
56 B
Python
5 lines
56 B
Python
from . import d04
|
|
|
|
DAYS = {
|
|
"2024_04": d04.solve,
|
|
}
|