kostis-init's picture
deb
b49d049
raw
history blame
219 Bytes
# app.py
import time
print(f"[{time.time()}] app.py: Script execution has STARTED.")
import os
import subprocess
import src.ui
print(f"[{time.time()}] app.py: Imported all.")
# DO NOT add any other imports or code yet.