[Feature] Add __repr__ to mopy
the classes in model exports to python are missing \__repr_\_ for class functions such as State. A simple definition such as:
`def __repr__(self): return self.__str__()`
should already work wonders. \__repr_\_() is used by python's debugger
issue