Mondego/spacetime

Allow users to refer to the original class without calling Class()

arthur00 opened this issue · 1 comments

This is how we currently inherit from a pcc type:

class BusinessNode(Node.Class()):

Ideally, only Node should have to be passed to inherit from it.

Fixed in PCC