Files

5 lines
99 B
Python
Raw Permalink Normal View History

2026-01-06 14:18:39 +08:00
from typing import Tuple, Union
version_info : Tuple[int, int, Union[int, str]]
__version__ : str