This commit is contained in:
Aevann1 2022-02-26 16:21:07 +02:00
parent fa868f8cbd
commit 582135b954
6 changed files with 47 additions and 9 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 *
import time
class ViewerRelationship(Base):