migration-usable

This commit is contained in:
2022-08-11 13:06:31 +03:00
parent 8a7d062eb4
commit 0ba5047ff9
10 changed files with 27 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
import sqlalchemy
from html2text import html2text
from migration.html2text import html2text
from orm import User, UserRating
from dateutil.parser import parse
from base.orm import local_session