nearly forgot me shebang lines

This commit is contained in:
SowinskiBraeden committed 2026-03-16 12:10:51 -07:00
1 parent 1de8586b5e
commit f232135863
3 files changed
+3

No files matched your search

+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from __future__ import annotations from __future__ import annotations
import os import os
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from __future__ import annotations from __future__ import annotations
from collections import defaultdict from collections import defaultdict
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from __future__ import annotations from __future__ import annotations
import csv import csv