Neo4j Python Driver Routing

Greetings,

We are currently using Neo4j Python Drivers in our APis and we have a Neo4j Causal Cluster underneath. We currently have to specify manually the IP addresses of all core servers and read-replicas manually. I was hoping to find if there is a query router that is built-in Neo4j that could forward reads to read-replicas and writes to core servers automatically.

Thanks In Advance.