This commit is contained in:
Danamir
2025-11-10 08:25:56 +03:00
parent 86713fc75f
commit b1e0693131
5 changed files with 19 additions and 7 deletions

View File

@@ -3,11 +3,9 @@
from sqlalchemy import Column, Integer, String, ForeignKey, DateTime
from sqlalchemy.orm import relationship, declarative_base
import datetime
from flask_sqlalchemy import SQLAlchemy
Base = declarative_base()
db = SQLAlchemy()