This commit is contained in:
Aevann1 2021-09-19 20:27:00 +02:00
parent c5f8e567bb
commit 6bcead70de
3 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@ from flask import *
from sqlalchemy import *
from sqlalchemy.orm import relationship
from files.__main__ import Base
from files.helpers.lazy import lazy
class Vote(Base):