Spaces:
Build error
Build error
File size: 199 Bytes
6361699 | 1 2 3 4 5 6 7 8 9 | try:
print("Importing app...")
import app
print("Import success!")
except Exception as e:
print(f"Import failed: {e}")
except SystemExit as se:
print(f"SystemExit: {se}")
|