* The example from your Readme file is not working! * If I change the import by the following code ``` from python_claml import claml from python_claml.claml_types import ClaML ``` I will have the following error `AttributeError: module 'collections' has no attribute 'MutableSequence' ` Do you have an solution?
The example from your Readme file is not working!
If I change the import by the following code
I will have the following error
AttributeError: module 'collections' has no attribute 'MutableSequence'Do you have an solution?