This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# panel2source.py | |
# for exporting SVG panels to VCV plugin source files | |
# Version: 1 | |
# Support contact email: /dev/null | |
# License: CC0 | |
import sys | |
import os | |
import re |