@ -30,3 +30,4 @@ def get_directions(route,api_key = api):
def get_stops(route,direction,api_key = api):
return get_data('getstops',api_key,rt = route,dir=direction)
#