mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 20:19:23 +00:00
19 lines
273 B
Python
19 lines
273 B
Python
def exit(retval=0):
|
|
pass
|
|
|
|
def print_exception(exc, file=None):
|
|
pass
|
|
|
|
argv = []
|
|
byteorder = None
|
|
implementation = None
|
|
maxsize = None
|
|
modules = []
|
|
path = []
|
|
platform = 'mock'
|
|
stderr = None
|
|
stdin = None
|
|
stdout = None
|
|
version = 'mock-version'
|
|
version_info = (0, 0, 0)
|