mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-06 20:52: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
|