Add a shebang

This commit is contained in:
Christoph Reiter 2021-01-23 19:56:29 +01:00
parent 26d91ee4c2
commit b6111084a4

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import sys
import os
import argparse