[
    Token(type=FSTRING_START, value="f'", start=0, end=2),
    Token(type=OP, value="{", start=2, end=3),
    Token(type=ANY, value="1", start=3, end=4),
    Token(type=OP, value="}", start=4, end=5),
    Token(type=FSTRING_END, value="'", start=5, end=6),
]
