added base scripts

This commit is contained in:
2020-12-02 13:34:39 +01:00
parent 5e6f764b8f
commit 715dbab163
11 changed files with 266 additions and 0 deletions

2
base/aoc/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .partselector import get_logger, part_one, part_two, draw
from .input import get_input, read_single_keypress