+ updated output filename
This commit is contained in:
@@ -5,4 +5,4 @@ from Iinstruction import *
|
|||||||
def nassi(filepath):
|
def nassi(filepath):
|
||||||
NSD = NassiShneidermanDiagram(True)
|
NSD = NassiShneidermanDiagram(True)
|
||||||
NSD.load_from_file(filepath)
|
NSD.load_from_file(filepath)
|
||||||
NSD.convert_to_image("Nina", 500)
|
NSD.convert_to_image("Nassi-Shneider-Diagramm", 500)
|
||||||
Reference in New Issue
Block a user