forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-06 05:40:23 +02:00
parent b70ea883e8
commit ae55735919
1 changed files with 1 additions and 0 deletions

View File

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