2021-11-13 21:16:07 +00:00
|
|
|
# This stub file is necessary because `_scm_version.py`
|
|
|
|
# autogenerated on build and absent on mypy checks time
|
2021-11-14 10:12:54 +00:00
|
|
|
from typing import Tuple, Union
|
|
|
|
|
2021-11-13 21:16:07 +00:00
|
|
|
version: str
|
2021-11-14 10:12:54 +00:00
|
|
|
version_tuple: Tuple[Union[int, str], ...]
|