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.
|
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!")) |