##// END OF EJS Templates
Update plot parameters
Update plot parameters

File last commit:

r1335:cd6dd750039e v3.0.0b3
r1336:fc3be1cf6768
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'