"""Signal chain python package"""

try:
    from schainpy.controller import Project
except:
    pass

__version__ = '3.0.1rc1'
