connection to neo4j
xolmurodovEldorbek opened this issue · 1 comments
xolmurodovEldorbek commented
Alwin4Zhang commented
def __init__(self):
self.g = Graph(
host="127.0.0.1",
http_port=7474,
user="neo4j",
password="your password"
)