aboutsummaryrefslogtreecommitdiff
path: root/syntax/SPACE.py
blob: a08904f6722499fe14a2e45078806667e9891127 (plain)
  1. #!/usr/bin/python3
  2. # Copyright 2025, Jonas Smedegaard <dr@jones.dk>
  3. # SPDX-License-Identifier: GPL-3+
  4. from railroad import *
  5. Diagram(
  6. "' '",
  7. type="complex"
  8. ).writeStandalone(sys.stdout.write)