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

@ -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):