Departure

class vbbpy.departure.Departure(tripId: str, plannedWhen: str, delay: int, depLine: vbbpy.line.Line, direction: str)

Contains information about a specific departure.

cancelled = False
delay = 0
depLine = None
direction = ''
plannedWhen = ''
tripId = ''