loco-3d / ndcurves

Library for creating smooth cubic splines
150 stars 36 forks source link

Cannot import ndcurves #129

Open shubhamsingh91 opened 2 months ago

shubhamsingh91 commented 2 months ago

Hi Developers

I am getting the following error while trying to import ndcurves in python

 from .ndcurves import *  # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute '__dict__'. Did you mean: '__dir__'?