mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +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
|