Hello I get the self required error bellow but when I try to make an instants of the class I get a 'ClassInstant Name' is not defined error. My code is huge so I can't post it here actually but my 'Class Functons Collings' (ClassInstant.Functions) are used in the class in init function. I really don't know what to doo pleas help! THANKS
MY ERROR is: TypeError: a_functin_in_class() missing 1 required positional argument: 'self'
AFTER INSTANT: NameError: name 'class instant' is not defined