From b09d1cf7d8968653a695fe2338dec4565ad297a7 Mon Sep 17 00:00:00 2001 From: Steffen Remus <steremus@gmail.com> Date: Wed, 17 Apr 2024 15:22:24 +0200 Subject: [PATCH] just for a change --- bin/script_template.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/script_template.py b/bin/script_template.py index 71fbbb4..76bd6cc 100644 --- a/bin/script_template.py +++ b/bin/script_template.py @@ -2,13 +2,11 @@ import argparse - def main(args): """Run the program.""" print('Input file:', args.infile) print('Output file:', args.outfile) - if __name__ == '__main__': parser = argparse.ArgumentParser(description=__doc__) parser.add_argument('infile', type=str, -- GitLab