##// END OF EJS Templates
Add metadata attribute to data types
Add metadata attribute to data types

File last commit:

r1335:cd6dd750039e v3.0.0b3
r1338:317db0cd9a09
Show More
__init__.py
8 lines | 126 B | text/x-python | PythonLexer
"""Signal chain python package"""
try:
from .controller import Project
except:
pass
__version__ = '3.0.0b3'