add shebang. so we can just run ./config-generator.py

This commit is contained in:
Mario Voigt 2025-03-04 01:29:50 +01:00
parent 5074083ff4
commit a03873e08b

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
__version__ = '2025.2'
import os