Added full CRUD operations for spools

This commit is contained in:
Donkie
2023-04-02 14:57:59 +02:00
parent 7fc6b7232c
commit b3ba3c1594
4 changed files with 190 additions and 3 deletions

View File

@@ -3,3 +3,7 @@
class ItemNotFoundError(Exception):
pass
class ItemCreateError(Exception):
pass