This commit is contained in:
oleting
2020-12-26 14:53:01 +01:00
parent 110cfdfb9a
commit cef0fd69c6

View File

@@ -5,6 +5,7 @@ from draw.Iinstruction import *
def nassi(filepath:str, output_path: str, gui): def nassi(filepath:str, output_path: str, gui):
print('')
NSD = NassiShneidermanDiagram(gui=gui) NSD = NassiShneidermanDiagram(gui=gui)
NSD.load_from_file(filepath) NSD.load_from_file(filepath)
NSD.convert_to_image(output_path + "/Nassi-Shneider-Diagramm", 500) NSD.convert_to_image(output_path + "/Nassi-Shneider-Diagramm", 500)