version check_modules

This commit is contained in:
Abyss Watcher
2025-01-06 00:02:15 +01:00
parent 38c5cc168f
commit a7b4e2fb45
@@ -18,6 +18,7 @@ vollog = logging.getLogger(__name__)
class Check_modules(plugins.PluginInterface):
"""Compares module list to sysfs info, if available"""
_version = (1, 0, 0)
_required_framework_version = (2, 0, 0)
@classmethod