1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-10 18:09:00 +00:00
trezor-firmware/mocks/micropython.py
2017-09-19 23:47:34 +02:00

6 lines
112 B
Python

def const(c):
return c
def mem_current() -> int: ...
def mem_total() -> int: ...
def mem_peak() -> int: ...