> @@ -0,0 +1,253 @@
> +__all__ = ['LagrangesMethod']
> +
> +from sympy import diff, zeros, Matrix, eye, sympify
> +from sympy.physics.mechanics import (dynamicsymbols, ReferenceFrame, Point)
> +
> +class LagrangesMethod(object):

@moorepants I will take care of that in another PR that I am going to open soon.

---
Reply to this email directly or view it on GitHub:
https://github.com/sympy/sympy/pull/1460/files#r1339928

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to