anki/qt/aqt/forms/edithtml.py
2021-10-15 12:57:19 +10:00

6 lines
125 B
Python

from aqt.qt import qtmajor
if qtmajor > 5:
from .edithtml_qt6 import *
else:
from .edithtml_qt5 import * # type: ignore