File size: 219 Bytes
843e792
a8c648b
 
 
 
b49d049
 
 
a8c648b
1
2
3
4
5
6
7
8
9
# 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.