__init__.py 98 B

123456
  1. from __future__ import annotations
  2. __all__ = ["__version__"]
  3. from ._version import __version__