feb1b1c
1
2
3
4
5
6
7
from __future__ import annotations __version__: str = "1.1.0" __all__: tuple[str, ...] = ("__version__",)