chore: add shebang and chmod

This commit is contained in:
Paul Gauthier (aider) 2024-09-20 11:10:54 -07:00
parent 6b9fc86e99
commit 04aecbe9a9

View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import os
from collections import defaultdict
from datetime import datetime