add frontend

This commit is contained in:
marios
2025-10-07 01:08:39 +03:00
parent 6fba20239b
commit 6640279ab3
6 changed files with 8 additions and 6 deletions
+1
View File
@@ -41,6 +41,7 @@ class PluginWrapper:
self.author = json["author"]
self.flags = json["flags"]
self.api_version = json["api_version"] if "api_version" in json else 0
self.disabled = False
self.passive = not path.isfile(self.file)