remotes/1693045480750635534/spooky-22
Aevann1 2021-10-21 23:09:49 +02:00
parent f8c68f1485
commit 97eeb90477
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import pyotp
from files.helpers.discord import remove_user from files.helpers.discord import remove_user
from files.helpers.images import * from files.helpers.images import *
from files.helpers.const import * from files.helpers.const import *
from files.helpers.notifications import send_notification from files.helpers.alerts import send_notification
from .alts import Alt from .alts import Alt
from .submission import SaveRelationship from .submission import SaveRelationship
from .comment import Notification from .comment import Notification

View File

@ -1,7 +1,7 @@
from files.helpers.wrappers import * from files.helpers.wrappers import *
from files.helpers.get import * from files.helpers.get import *
from files.helpers.const import NOTIFICATIONS_ACCOUNT from files.helpers.const import NOTIFICATIONS_ACCOUNT
from files.helpers.notifications import send_notification from files.helpers.alerts import send_notification
from files.classes import * from files.classes import *
from flask import * from flask import *
from files.__main__ import app, limiter, cache from files.__main__ import app, limiter, cache