add python shebang and add executable bit to file

This commit is contained in:
Kim Oliver Drechsel 2021-09-20 18:48:25 +02:00
parent ff5135c3d8
commit c0e1d3d02f

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import random
import string
import webbrowser