persona y dummy

This commit is contained in:
2025-12-09 09:34:03 +00:00
parent 5f9a7c94f1
commit 59b8345cc1
9 changed files with 94 additions and 0 deletions

1
dummy_addon/__init__.py Normal file
View File

@@ -0,0 +1 @@
# empty

View File

@@ -0,0 +1,7 @@
{
"name": "Dummy Addon",
"version": "1.0",
"summary": "Empty addon to validate addons path",
"depends": [],
"installable": True
}