You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
314 B
18 lines
314 B
"""
|
|
This type stub file was generated by pyright.
|
|
"""
|
|
|
|
from typing import Tuple, Union
|
|
|
|
TYPE_CHECKING = ...
|
|
if TYPE_CHECKING:
|
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
else:
|
|
...
|
|
version: str
|
|
__version__: str
|
|
__version_tuple__: VERSION_TUPLE
|
|
version_tuple: VERSION_TUPLE
|
|
version = ...
|
|
version_tuple = ...
|