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