fix: template defects

This commit is contained in:
h z
2025-04-17 21:44:45 +01:00
parent fa855bc7bb
commit 0186a95dd4
10 changed files with 15 additions and 24 deletions

View File

@@ -1,4 +1,3 @@
#db/models/Log.py
from sqlalchemy import Column, Integer, String, DateTime, Text
from db.models import Base
import datetime