Hello,
I am on my first Challenge of Building of Neo4J Application with Python.
I've modified the api/neo4j.py file as requested but when I run the test I get the following error:
(neoflix) C:\Users\UTENTE\Neo4j\app-python>python tests/01_connect_to_neo4j__test.py
Traceback (most recent call last):
File "C:\Users\UTENTE\Neo4j\app-python\tests\01_connect_to_neo4j__test.py", line 2, in
from api.neo4j import close_driver, get_driver
ModuleNotFoundError: No module named 'api'