Files
“shengyudong” 5a384b694e 2026-1-6
2026-01-06 14:18:39 +08:00

5 lines
99 B
Python

from typing import Tuple, Union
version_info : Tuple[int, int, Union[int, str]]
__version__ : str