"""
Contains code for working with equations.
3/12/2024 : Currently, only utility code for working with equations
is contained here.
FUTURE: Create a dedicated equation class based off of sympy.Equality
and add useful functions for that.
"""