Lista typów zadeklarowania PY

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