aoc2020/aoclib/__init__.py
2020-12-05 12:16:30 +01:00

4 lines
71 B
Python

from .inputs import *
from .output import *
from .performance import *