from typing import * # extmod/modtrezorcrypto/modtrezorcrypto-slip39.h def word_index(word: str) -> int: """ Finds index of given word. Raises ValueError if not found. """ # extmod/modtrezorcrypto/modtrezorcrypto-slip39.h def get_word(index: int) -> str: """ Returns word on position 'index'. """