This commit is contained in:
Aevann1 2021-09-19 20:28:31 +02:00
parent 6bcead70de
commit 8c9ce1463b
5 changed files with 5 additions and 0 deletions

View file

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