This commit is contained in:
Aevann1 2021-07-30 07:42:50 +02:00
parent e6dec74577
commit f52fe75be8
7 changed files with 18 additions and 11 deletions

View file

@ -1,8 +1,6 @@
from flask import *
from time import time
from sqlalchemy import *
from sqlalchemy.orm import relationship
from drama.helpers.base36 import *
from drama.__main__ import Base
class Vote(Base):