Files
Unshackle-Service-SeFree/NF/MSL/MSLObject.py
2026-03-30 10:46:39 +07:00

7 lines
162 B
Python

import jsonpickle
class MSLObject:
def __repr__(self):
return "<{} {}>".format(self.__class__.__name__, jsonpickle.encode(self, unpicklable=False))