[WIP] Library REST API

This commit is contained in:
2026-02-15 11:32:33 +01:00
parent c468f51672
commit c701a4ab9b
8 changed files with 131 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
from .create import create
from .read import read
from .read import read, read_all
from .update import update
from .delete import delete
from .delete import delete