__init__.pyi 103 B

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