Closed capsulecorplab closed 6 years ago
To be included in the parser.py module. This function entails importing a Model object from a YAML file.
parser.py
Model
This issue should be worked on concurrently with #6 and accompanied by unit tests.
For MVP purposes, will settle for using PyYaml's dump() method and built-in python object constructor for serializing/deserializing Model objects
dump()
To be included in the
parser.py
module. This function entails importing aModel
object from a YAML file.This issue should be worked on concurrently with #6 and accompanied by unit tests.
For MVP purposes, will settle for using PyYaml's
dump()
method and built-in python object constructor for serializing/deserializingModel
objects