forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-14 23:08:07 +02:00
parent 6e7bcb5694
commit 21c3829a96
1 changed files with 1 additions and 0 deletions

View File

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