What does this line mean in python code exactly this (,_)? this is a line to connect my PyQt UI with my python script
FROM_CLASS, _ = loadUiType(path.join(path.dirname(__file__), "car_Proj.ui"))
without this ,_ i got this error
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases