Repository URL to install this package:
from zope.interface import Interface class IFixture(Interface): pass def fixture(): """ """