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