Add shebang to main.py and make it executable

This commit is contained in:
Adam Goldsmith 2021-12-30 15:18:03 -05:00
parent c4d79c9def
commit 02cd790558

2
main.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from datetime import datetime, timedelta from datetime import datetime, timedelta
from octorest import OctoRest from octorest import OctoRest