File Manager

Path: /proc/self/root/proc/self/root/proc/thread-self/root/proc/self/root/opt/alt/python311/bin/

Viewing File: tabulate

#!/opt/alt/python311/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from tabulate import _main
if __name__ == '__main__':
    sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
    sys.exit(_main())