Files
2025-10-29 14:37:08 +08:00

6 lines
85 B
Python

from ._rust_notify import __version__
__all__ = ('VERSION',)
VERSION = __version__