Repository URL to install this package:
|
Version:
0.4.202 ▾
|
class Persistable:
@staticmethod
def from_dict(data: dict):
raise NotImplementedError
def as_dict(self) -> dict:
raise NotImplementedError