mirror of
https://github.com/serty2005/rmser.git
synced 2026-02-05 03:12:34 -06:00
6 lines
85 B
Python
6 lines
85 B
Python
from ._rust_notify import __version__
|
|
|
|
__all__ = ('VERSION',)
|
|
|
|
VERSION = __version__
|