You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shepherd-agent/tests/assets/testpluginpackage/__init__.py

8 lines
244 B

from configspec import *
from shepherd import PluginInterface, plugin, plugin_function, plugin_hook, plugin_attachment
interface = PluginInterface()
confspec = ConfigSpecification()
confspec.add_spec("spec2", StringSpec(helptext="helping!"))