1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-10 09:58:59 +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: ...