Hello there,
I modified the code to solve the issue #16, and did some refactoring. I don't think the main code should be in an init file, so I separated the two in "rcca.py" and "init.py". I specified an "all" in rcca.py, so that classes can be imported easily. I also added a requirement file.
Hello there, I modified the code to solve the issue #16, and did some refactoring. I don't think the main code should be in an init file, so I separated the two in "rcca.py" and "init.py". I specified an "all" in rcca.py, so that classes can be imported easily. I also added a requirement file.