update shebang lines

This commit is contained in:
SowinskiBraeden committed 2022-09-09 17:35:54 -07:00
1 parent 2343290675
commit 9ba4cc4853
6 files changed
+8 -8

No files matched your search

+1 -1
View File
@@ -1,4 +1,4 @@
#! python
#!/usr/bin/env python
from os.path import exists as file_exists
from prettytable import PrettyTable
from typing import Tuple