added hashbang to python file

This commit is contained in:
R Dittberner 2026-03-04 10:27:42 +01:00
parent d313833642
commit 5fc7602ea7

View file

@ -1,3 +1,5 @@
#! /usr/bin/python3
import os
import argparse
import shutil
@ -172,4 +174,4 @@ def main():
if __name__ == "__main__":
main()
main()