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