1 2 3 4 5 6 7 8
# pylint: disable=missing-docstring from typing import List from .b import var LstT = List[int] print(var)