webdriver_template/telecli/lib/python3.11/site-packages/outcome/_version.py

8 lines
201 B
Python
Raw Normal View History

2024-08-10 14:48:21 +03:00
# This file is imported from __init__.py and exec'd from setup.py
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from typing_extensions import Final
__version__: 'Final[str]' = "1.3.0.post0"