Search Results

0
votes

Python-passing variable between classes

If I understood you correctly, then the answer is: You can't. intelligence should be an attribute of WizardPageSimple, if you'd want both classes to inherit it. Depending on your si …