1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 03:19:05 +00:00
trezor-firmware/core/mocks/micropython.py
2019-04-15 19:14:40 +02:00

6 lines
112 B
Python

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