from typing import ClassVar from mod import C class D(C): x = 4 # type: ClassVar[int]