mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-02 04:18:20 +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
|