aboutsummaryrefslogtreecommitdiff
path: root/def_SPACE.py
diff options
context:
space:
mode:
Diffstat (limited to 'def_SPACE.py')
-rwxr-xr-xdef_SPACE.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/def_SPACE.py b/def_SPACE.py
deleted file mode 100755
index 102f6f4..0000000
--- a/def_SPACE.py
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/python3
-
-# Copyright 2025, Jonas Smedegaard <dr@jones.dk>
-# SPDX-License-Identifier: GPL-3+
-
-from os.path import basename, splitext
-from railroad import *
-
-Diagram(
- "' '",
- type="complex"
-).writeStandalone(
- open(splitext(basename(__file__))[0] + ".svg", "w").write)