PY DECLARE TYPE LIST

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