gui, readme
This commit is contained in:
8
to_nassi.py
Normal file
8
to_nassi.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from NassiShneidermann import NassiShneidermanDiagram, nassi
|
||||
from Iinstruction import *
|
||||
|
||||
|
||||
def nassi(filepath):
|
||||
NSD = NassiShneidermanDiagram(True)
|
||||
NSD.load_from_file(filepath)
|
||||
NSD.convert_to_image("Nina", 500)
|
||||
Reference in New Issue
Block a user