kostis-init's picture
deb
843e792
raw
history blame
203 Bytes
# app.py
import time # Using time to make print unique if it runs multiple times
print(f"[{time.time()}] app.py: Script execution has STARTED.")
# At this point, DO NOT add any other imports or code yet.