Source code for openalea.core.plugin.interface
"""
==============================
interface plugin documentation
==============================
"""
[docs]
class IPluginInterface(object):
"""
group of interfaces
"""
interfaces = [] # List of interface names
def __call__(self):
"""
return a list of interface classes
"""