Anki/qt/aqt/forms/edithtml.py

8 lines
201 B
Python

from typing import TYPE_CHECKING
from aqt.qt import qtmajor
if qtmajor > 5 or TYPE_CHECKING:
from _aqt.forms.edithtml_qt6 import *
else:
from _aqt.forms.edithtml_qt5 import * # type: ignore