Traceback (most recent call last):
File "C:/Users/James/Desktop/hugevar.py", line 2, in <module>
class var(tempfile.TemporaryFile):
TypeError: Error when calling the metaclass bases
function() argument 1 must be code, not str
Why does this happen and how can I fix it?