API updates

This commit is contained in:
msramalho
2023-02-26 20:22:20 +01:00
parent a00f3ff8d7
commit 3ef4787313
4 changed files with 37 additions and 22 deletions

View File

@@ -1,5 +1,4 @@
from sqlalchemy import Boolean, Column, ForeignKey, Integer, String, JSON, TIMESTAMP, DateTime
from sqlalchemy.orm import relationship
from sqlalchemy import Column, String, JSON, DateTime
from sqlalchemy.sql import func
from .database import Base