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

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