This commit is contained in:
2022-08-11 12:59:35 +03:00
parent 65532ea1a3
commit 8a7d062eb4
10 changed files with 203 additions and 22 deletions

View File

@@ -2,8 +2,8 @@ from datetime import datetime
from dateutil.parser import parse as date_parse
from orm import Reaction, User
from orm import reaction
from orm.base import local_session
from migration.html2text import html2text
from base.orm import local_session
from html2text import html2text
from orm.reaction import ReactionKind
from orm.shout import Shout