Have the Fenrir version be a global in the module, instead of its own file.

This commit is contained in:
Hunter Jozwiak 2025-01-30 17:06:53 -05:00
parent 02350abd12
commit c180b00e9d

View File

@ -0,0 +1,2 @@
from importlib.metadata import version
fenrirVersion = version("fenrir-screenreader")