File size: 99 Bytes
e76a088
 
 
 
1
2
3
4
5
from typing import Tuple, Union

version_info : Tuple[int, int, Union[int, str]]
__version__ : str