#Call the JSON_example method giving as attributes the dictionaries with the processing times distributions and the scrap quantities distributions and the WIP levels in the assembly line
JSON_example(dictProc,dictScrap,WIP)
\ No newline at end of file
#Call the CMSDOutput object giving as attributes the dictionaries with the processing times distributions and the scrap quantities distributions
tree=et.parse("CMSD_example.xml")#This file will be parsed using the XML.ETREE Python library
#Call the JSONOutput object giving as attributes the dictionaries with the processing times distributions and the scrap quantities distributions and the WIP levels in the assembly line