Your IP : 216.73.217.154


Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/snap/core/current/usr/bin/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/snap/core/current/usr/bin/jwt3

#!/usr/bin/python3
# EASY-INSTALL-ENTRY-SCRIPT: 'PyJWT==1.3.0','console_scripts','jwt'
__requires__ = 'PyJWT==1.3.0'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('PyJWT==1.3.0', 'console_scripts', 'jwt')()
    )