version.py 85 B

12345
  1. from ._rust_notify import __version__
  2. __all__ = ('VERSION',)
  3. VERSION = __version__