diff options
| author | 2021-12-02 17:39:03 +0100 | |
|---|---|---|
| committer | 2021-12-02 17:39:03 +0100 | |
| commit | 4dec21f362c03136e9811a4f4c162fcd8c50544e (patch) | |
| tree | cd90c52c7c936fdbe5fc7f22f3f5bf3240faf9a8 /aoc/__init__.py | |
| parent | 37aa8eec0498d7e8491084711132f16db9129a39 (diff) | |
| download | 2021-4dec21f362c03136e9811a4f4c162fcd8c50544e.tar.gz 2021-4dec21f362c03136e9811a4f4c162fcd8c50544e.tar.bz2 2021-4dec21f362c03136e9811a4f4c162fcd8c50544e.zip | |
Added day 10
Diffstat (limited to 'aoc/__init__.py')
| -rw-r--r-- | aoc/__init__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/aoc/__init__.py b/aoc/__init__.py index 70c3ac0..07a5fe7 100644 --- a/aoc/__init__.py +++ b/aoc/__init__.py | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | import os | 1 | import os |
| 2 | from abc import ABC | 2 | from abc import ABC |
| 3 | from collections import Iterator | 3 | from typing import Generator, Any, Iterator |
| 4 | from typing import Generator, Any | ||
| 5 | 4 | ||
| 6 | 5 | ||
| 7 | class BaseAssignment(ABC): | 6 | class BaseAssignment(ABC): |
