anki/qt/aqt/forms/clayout_top.py

6 lines
131 B
Python
Raw Normal View History

2021-10-05 05:18:43 +02:00
from aqt.qt import qtmajor
if qtmajor > 5:
from .clayout_top_qt6 import *
else:
from .clayout_top_qt5 import * # type: ignore