Add shebang to main python file
This commit is contained in:
parent
a9c25a14b3
commit
9a602d6afc
1 changed files with 2 additions and 0 deletions
2
main.py
Normal file → Executable file
2
main.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
from concurrent.futures import ThreadPoolExecutor
|
from concurrent.futures import ThreadPoolExecutor
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue