Added / updated several Python packages

This commit is contained in:
layman
2022-05-03 22:31:22 +02:00
parent 204b775ced
commit 48e60747d9
24 changed files with 376 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
try:
from kikit.plugin import panelize
panelize.plugin().register()
except ImportError:
pass