From f201086cd0399c56520562a97317e1d443f8af8b Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 9 Apr 2026 17:47:48 +0200 Subject: [PATCH] empty components added --- theXORitself.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theXORitself.py b/theXORitself.py index 6cfd5c9..845e683 100644 --- a/theXORitself.py +++ b/theXORitself.py @@ -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: