##// END OF EJS Templates
fix line 461 y 665
fix line 461 y 665

File last commit:

r1365:16143828e9f4
r1791:e4984c469c9f isr
Show More
__init__.py
8 lines | 135 B | text/x-python | PythonLexer
"""Signal chain python package"""
try:
from schainpy.controller import Project
except:
pass
__version__ = '3.0.1rc1'