6
6
IProjectGroup in Launchpad also provides the IQuestionCollection and
7
7
ISearchableByQuestionOwner interfaces.
10
10
>>> from lp.registry.interfaces.projectgroup import IProjectGroupSet
11
11
>>> from lp.answers.interfaces.questioncollection import (
12
12
... ISearchableByQuestionOwner, IQuestionCollection)