any transcompiled simple (empty) python class, raising same error:
TypeError: class must have base classes
to reproduce the issue, create a python file with below code, then transcompile, and run:
it is happening because of a sanity check here, anyway it needs more investigation to see why base class is empty there.