Repository URL to install this package:
|
Version:
0.4.184 ▾
|
lib-py-b2b
/
persistent.py
|
|---|
class Persistable:
@staticmethod
def from_dict(data: dict):
raise NotImplementedError
def as_dict(self) -> dict:
raise NotImplementedError