Source code for openalea.vpltk.catalog.interface

__all__ = ['IInterface']

from openalea.core.interface import IInterface as CoreIInterface

class IInterface(CoreIInterface):
[docs] category = 'interfaces' @classmethod def is_valid(cls):
[docs] return True