add missing endpoints

This commit is contained in:
Thomas Peetz
2026-05-18 16:45:56 +02:00
committed by Thomas Peetz
parent b2cf1c4698
commit fb289ab298
30 changed files with 335 additions and 71 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from typing import Any, AnyStr, Dict
from typing import Any, Dict
from sqlalchemy import Column, ForeignKey, Integer, String
from sqlalchemy.orm import relationship