mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-20 06:28:09 +00:00
2703d714c2
[no changelog]
7 lines
125 B
Python
7 lines
125 B
Python
from typing import *
|
|
|
|
|
|
# extmod/rustmods/modtrezorui2.c
|
|
def layout_new_example(text: str) -> None:
|
|
"""Example layout."""
|