Lista de tipo de declaração py

from typing import List
users: List[str] = ['test']
florinrelea