from databases.graph.graph_db_interface import GraphDBInterface class Neo4jDB(GraphDBInterface): pass