add shebang

always a good idea
This commit is contained in:
Bela 2019-08-26 17:08:08 +02:00
parent ed6e7c071a
commit b7dff3028c

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import random as r
import os
import configparser