empty components added

This commit is contained in:
2026-04-09 17:47:48 +02:00
parent 073e35871d
commit f201086cd0
+4
View File
@@ -3,6 +3,10 @@
import sys, getopt, os
def main(argv):
comp1 = ''
comp2 = ''
comp3 = ''
try:
opts, args = getopt.getopt(argv,"hc1:c2:c3:",["comp1=","comp2=","comp3="])
except getopt.GetoptError: