Add proper shebangs and block comments
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
functions.py
|
||||
|
||||
Functions used by imgupload which can be easily customized.
|
||||
"""
|
||||
import string
|
||||
import random
|
||||
|
||||
|
Reference in New Issue
Block a user