OSRM Python wrapper for OSRM with convenience methods. Source code in osrm/__init__.py 143 144 145def __init__(self, *args, **kwargs): """Initialize OSRM engine - same as C++ OSRM constructor.""" self._engine = _OSRM_Base(*args, **kwargs)