__init__.pyi 99 B

1234
  1. from typing import Tuple, Union
  2. version_info : Tuple[int, int, Union[int, str]]
  3. __version__ : str