opt
/
alt
/
python310
/
lib64
/
python3.10
/
venv
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
[DIR] __pycache__
N/A
[DIR] scripts
N/A
__init__.py
24.58 KB
Rename
Delete
__main__.py
145 bytes
Rename
Delete
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