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

5 lines
No EOL
109 B
Python

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