Skip to content

Resolve "Load/Save SFG to file"

Jacob Wahlman requested to merge 66-load-save-sfg-to-file into develop

I added the ability to read from a .py file by executing it's lines and adding them to a given namespace, this allows the user to create scripts to read from without needing to explicitly import the script themselves somewhere in the source. I kept the previous load and save since I think they may have a purpose as well. Closes #66 (closed)

Merge request reports