# app.py import time print("Starting loop...") while True: print("App is running...") time.sleep(5)