Closed kc611 closed 1 year ago
As titled, this PR makes the from_yaml method a staticmethod on BlockMap. Also adds a deserializer to convert BlockMap to yaml and a similar conversion in dictionary format as well.
from_yaml
BlockMap
ty
As titled, this PR makes the
from_yaml
method a staticmethod onBlockMap
. Also adds a deserializer to convertBlockMap
to yaml and a similar conversion in dictionary format as well.