mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-25 02:47:52 -04:00
24 lines
481 B
Python
24 lines
481 B
Python
# autogenerated by __main__.py do not edit
|
|
top_level_module_names = ('QtCore',
|
|
'QtGui',
|
|
'QtWidgets',
|
|
'QtNetwork',
|
|
'QtSvg',
|
|
'QtPrintSupport',
|
|
'QtOpenGL',
|
|
'QtOpenGLWidgets',
|
|
'QtQuick',
|
|
'QtMultimedia',
|
|
'QtMultimediaWidgets',
|
|
'QtTextToSpeech',
|
|
'QtWebEngineCore',
|
|
'QtWebEngineWidgets',
|
|
'QtDBus')
|
|
|
|
|
|
def __getattr__(name):
|
|
if name in top_level_module_names:
|
|
import importlib
|
|
return importlib.import_module('PyQt6.' + name)
|
|
raise AttributeError(name)
|