kicad/thirdparty/pybind11/pybind11/_version.pyi

7 lines
137 B
Python
Raw Normal View History

2021-03-08 14:54:22 +00:00
from typing import Union, Tuple
def _to_int(s: str) -> Union[int, str]: ...
__version__: str
version_info: Tuple[Union[int, str], ...]