Co-authored-by: max f. <simperlyofficial@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ from NassiShneidermann import NassiShneidermanDiagram
|
||||
from Iinstruction import *
|
||||
|
||||
|
||||
def nassi(filepath):
|
||||
def nassi(filepath:str ):
|
||||
NSD = NassiShneidermanDiagram(False)
|
||||
NSD.load_from_file(filepath)
|
||||
NSD.convert_to_image("Nassi-Shneider-Diagramm", 500)
|
||||
NSD.convert_to_image(filepath + "Nassi-Shneider-Diagramm", 500)
|
||||
Reference in New Issue
Block a user