Filaments can now be created

This commit is contained in:
Donkie
2023-04-01 22:51:36 +02:00
parent 35fdd23ec0
commit 2fa91b0632
11 changed files with 246 additions and 44 deletions

5
spoolson/exceptions.py Normal file
View File

@@ -0,0 +1,5 @@
"""Various exceptions used."""
class ItemNotFoundError(Exception):
pass