minor updates
This commit is contained in:
parent
1d1a4de566
commit
7f180f3883
@ -837,6 +837,9 @@ class LineBase(object):
|
|||||||
self.start = [start]
|
self.start = [start]
|
||||||
self.end = []
|
self.end = []
|
||||||
|
|
||||||
|
def add_from(self, person):
|
||||||
|
self.start.append(person)
|
||||||
|
|
||||||
def add_to(self, person):
|
def add_to(self, person):
|
||||||
""" add destination boxes to draw this line to """
|
""" add destination boxes to draw this line to """
|
||||||
self.end.append(person)
|
self.end.append(person)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user