diff options
Diffstat (limited to 'def_SPACE.py')
| -rwxr-xr-x | def_SPACE.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/def_SPACE.py b/def_SPACE.py index 9a6353b..102f6f4 100755 --- a/def_SPACE.py +++ b/def_SPACE.py @@ -7,8 +7,7 @@ from os.path import basename, splitext from railroad import * Diagram( - Start("complex"), "' '", - End("complex") + type="complex" ).writeStandalone( open(splitext(basename(__file__))[0] + ".svg", "w").write) |
