4 lines
99 B
Python
4 lines
99 B
Python
from typing import Tuple, Union
|
|
|
|
version_info : Tuple[int, int, Union[int, str]]
|
|
__version__ : str
|