2022-05-03 22:31:22 +02:00

7 lines
106 B
Python

try:
from kikit.plugin import panelize
panelize.plugin().register()
except ImportError:
pass