fsdsfd
This commit is contained in:
parent
6bcead70de
commit
8c9ce1463b
5 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@ from .submission import Submission
|
|||
from .comment import Comment
|
||||
from files.__main__ import Base
|
||||
from files.helpers.lazy import lazy
|
||||
import time
|
||||
|
||||
class OauthApp(Base):
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ from files.helpers.const import SLURS
|
|||
from files.__main__ import Base
|
||||
from .flags import CommentFlag
|
||||
from os import environ
|
||||
import time
|
||||
|
||||
site = environ.get("DOMAIN").strip()
|
||||
|
||||
|
|
|
@ -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):
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@ from files.helpers.const import SLURS
|
|||
from files.__main__ import Base
|
||||
from .flags import *
|
||||
from os import environ
|
||||
import time
|
||||
|
||||
site = environ.get("DOMAIN").strip()
|
||||
site_name = environ.get("SITE_NAME").strip()
|
||||
|
|
|
@ -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 UserBlock(Base):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue