diff options
Diffstat (limited to 'aoc/__init__.py')
| -rw-r--r-- | aoc/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 4 | from typing import Generator, Any | 4 | from typing import Generator, Any |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | class AssignmentBase(ABC): | 7 | class BaseAssignment(ABC): |
| 8 | def __init__(self, path): | 8 | def __init__(self, path): |
| 9 | self.path = path | 9 | self.path = path |
| 10 | 10 | ||
