mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-27 09:58:27 +00:00
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."""
|