##// END OF EJS Templates
Add python 3.8 compatibility with macOs
Add python 3.8 compatibility with macOs

File last commit:

r1342:b856bac3a9b1 v3.0.0b5
r1342:b856bac3a9b1 v3.0.0b5
Show More
__init__.py
8 lines | 134 B | text/x-python | PythonLexer
"""Signal chain python package"""
try:
from schainpy.controller import Project
except:
pass
__version__ = '3.0.0b5'