Add shebang line to python script and make it executable (#124)

This commit is contained in:
M. Bamberg 2024-07-27 23:28:09 +02:00 committed by GitHub
parent c96627f91a
commit 155a95feeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
lib/generate_functions.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import re
"""