# decompyle3 version 3.9.0 # Python bytecode version base 3.7.0 (3394) # Decompiled from: Python 3.7.16 (default, Mar 30 2023, 01:25:49) # [GCC 12.2.1 20220924] # Embedded file name: pylink/__init__.py __version__ = '0.5.0' __title__ = 'pylink' __author__ = 'Square Embedded Software Team' __author_email__ = 'esw-team@squareup.com' __copyright__ = 'Copyright 2017 Square, Inc.' __license__ = 'Apache 2.0' __url__ = 'http://www.github.com/Square/pylink' __description__ = 'Python interface for SEGGER J-Link.' __long_description__ = "This module provides a Python implementation of the\nJ-Link SDK by leveraging the SDK's DLL.\n" from .enums import * from .errors import * from .jlink import * from .library import * from .structs import * from .unlockers import * # okay decompiling ./pylink/__init__.pyc