Is there a way to create Qt Quick extension plugin using pyside6 just like we do in C++ ?
in c++ we have to extend QQmlExtensionPlugin and define the Q_PLUGIN_METADATA then
registerTypes()
then adding it in qmldir as
module PluginName
plugin PluginName
how abount in pyside6 ?