added shebang

This commit is contained in:
Erik Örtenberg 2025-12-25 12:18:36 +01:00
parent 34d6a349a1
commit b138ea7fdd

1
findUniques2.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/python
import csv
from functools import reduce
import re