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

@@ -1,5 +1,5 @@
from migration.extract import extract_md, html2text
from orm.base import local_session
from extract import extract_md, html2text
from base.orm import local_session
from orm import Topic, Community
def migrate(entry):