add shebang
All checks were successful
/ Plan (push) Successful in 41s
/ Plan (pull_request) Successful in 19s

This commit is contained in:
Dan Hamik 2024-11-25 14:13:29 -06:00
parent 036afddf2c
commit b5d3749ca3

View File

@ -1,3 +1,4 @@
#!/usr/bin/python3
import requests
import datetime
from tabulate import tabulate