make main file executable

This commit is contained in:
Maximilian Keßler 2023-12-09 13:51:59 +01:00
parent 42a0d7059c
commit de56d29933
Signed by: max
GPG Key ID: BCC5A619923C0BA5

2
main.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#! python3
import argparse import argparse
import sys import sys
import verboselogs import verboselogs