Fix star imports in Python code
When using Shiboken6/PySide6 at version 6.7.0
star imports in Python will create types twice which aren't compatible (PYSIDE-2674), this breaks FreeCAD as it uses that import mechanism to provide PySide functionalities in workbenches.
Might fix freecad#5 (closed).