This commit is contained in:
Aevann1 2022-03-06 05:40:23 +02:00
parent ea6be553ce
commit 86f0c5fdc5

View file

@ -12,6 +12,7 @@ from files.helpers.lazy import lazy
from .flags import CommentFlag
from random import randint
from .votes import CommentVote
from math import floor
class Comment(Base):