add shebang
always a good idea
This commit is contained in:
parent
ed6e7c071a
commit
b7dff3028c
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import random as r
|
||||
import os
|
||||
import configparser
|
||||
|
|
Loading…
Reference in a new issue