13
16
from lazr.restful.declarations import exported
14
17
from lazr.restful.fields import (
23
24
class IHasRecipes(Interface):
24
25
"""An object that has recipes."""
28
29
title=_("All recipes associated with the object."),
29
30
value_type=Reference(schema=Interface),