gis-ops / routingpy

🌎 Python library to access all public routing, isochrones and matrix APIs in a consistent manner.
https://routingpy.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
252 stars 26 forks source link

Replace absolute imports #75

Closed chrstnbwnkl closed 1 year ago

chrstnbwnkl commented 1 year ago

We currently require routingpy as a git submodule in another project, which is why we need to replace all absolute imports (e.g. from routingpy.routers import *) with relative ones.