This commit is contained in:
2025-11-17 00:18:45 -03:00
commit 503f4c0fa6
18 changed files with 633 additions and 0 deletions

2
aoc/exceptions.py Normal file
View File

@@ -0,0 +1,2 @@
class AocError(Exception):
pass