d3e1b7a
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}")