Files
tidal-dl-ng-webui/env/lib/python3.11/site-packages/watchfiles/version.py
2024-12-27 22:31:23 +09:00

6 lines
85 B
Python

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