In [1]:
from geomath.line import Line

In [5]:
d = Line()

In [6]:
d.create_via_equation("1.5x+4.6y+0=0")

In [10]:
d.B


Out[10]:
'+4.6'

In [ ]: