📁 File Manager By @h0rn3t_sp1d3r
📂 Change Directory:
Go
/
/
opt
/
alt
/
python-internal
/
lib64
/
python3.11
/
venv
/
[ HOME ]
⬅️ [ PARENT DIR ]
📤 Upload
import sys from . import main rc = 1 try: main() rc = 0 except Exception as e: print('Error: %s' % e, file=sys.stderr) sys.exit(rc)
💾 Save
Name
Size (kB)
Modified
Year
Perms
Actions
📁 ..
-
2025-08-05 06:45:29
2025
Set
-
📁 __pycache__
-
2025-08-05 06:45:29
2025
Set
-
📁 scripts
-
2025-08-05 06:45:29
2025
Set
-
📄 __init__.py
25.71
2025-06-03 18:38:25
2025
Set
✏️ Edit
|
🗑️
|
⬇️
|
✏️
📄 __main__.py
0.14
2025-06-03 18:38:25
2025
Set
✏️ Edit
|
🗑️
|
⬇️
|
✏️