cognee/cognitive_architecture/infrastructure/databases/graph/neo4j/adapter.py

7 lines
No EOL
109 B
Python

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