from __future__ import annotations __version__: str = "1.1.0" __all__: tuple[str, ...] = ("__version__",)