forked from Hanabi/hanabi-league
make main file executable
This commit is contained in:
parent
42a0d7059c
commit
de56d29933
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 @@
|
|||
#! python3
|
||||
|
||||
import argparse
|
||||
import sys
|
||||
import verboselogs
|
||||
|
|
Loading…
Reference in a new issue