blob: 1e5a7020a382f7dbaf18b02023f52b65dd7e85c8 [file] [log] [blame]
from service import XOSService
from services.exampleservice.models import ExampleService
class XOSExampleService(XOSService):
provides = "tosca.nodes.ExampleService"
xos_model = ExampleService
copyin_props = ["view_url", "icon_url", "enabled", "published", "public_key", "private_key_fn", "versionNumber", "service_message"]