fix missing import

pull/199/head
Aevann 2023-09-15 17:35:06 +03:00
parent 7f38f31ef0
commit 4bc9c1f3b5
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from .user import User
from .userblock import UserBlock
from .votes import Vote, CommentVote
from .casino_game import CasinoGame
from .post import Post
from files.__main__ import cache