You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
AdventOfCode19/days/__init__.py

4 lines
94 B

from .day1 import Day1
from .day2 import Day2
from .day3 import Day3
from .day4 import Day4