From 35536a73389e9d555e42f9388552b7c43f5c3a8b Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 12 Dec 2020 03:07:25 +0100 Subject: Added day 3 --- aoc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aoc/__init__.py') diff --git a/aoc/__init__.py b/aoc/__init__.py index b07ead1..70c3ac0 100644 --- a/aoc/__init__.py +++ b/aoc/__init__.py @@ -4,7 +4,7 @@ from collections import Iterator from typing import Generator, Any -class AssignmentBase(ABC): +class BaseAssignment(ABC): def __init__(self, path): self.path = path -- cgit v1.2.3