mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
9 lines
90 B
Python
9 lines
90 B
Python
|
def heappush(heap, item):
|
||
|
pass
|
||
|
|
||
|
def heappop(heap):
|
||
|
pass
|
||
|
|
||
|
def heapify(x):
|
||
|
pass
|