renaming python files to their updated use case

This commit is contained in:
Brightbites
2026-02-11 09:29:23 +00:00
parent 5cd72dd278
commit 42707b7130
3 changed files with 87 additions and 87 deletions

19
_main.py Normal file
View File

@@ -0,0 +1,19 @@
from Rewrite import *
import time
print(fetchGonogo())
print(fetchMajorConcerns())
structTime = time.strptime("1 1 1970 0 0 10", "%d %m %Y %H %M %S")
isDate = False
inputTime = convertEpoch(structTime, isDate)
onHold = False
for returned in countdownTime(inputTime, onHold):
print(returned)
# Time Tell launch
# input in
# Date Time
#current time - epoch