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

6 lines
125 B
Python

from aqt.qt import qtmajor
if qtmajor > 5:
from .template_qt6 import *
else:
from .template_qt5 import * # type: ignore