7 lines
No EOL
109 B
Python
7 lines
No EOL
109 B
Python
from databases.graph.graph_db_interface import GraphDBInterface
|
|
|
|
|
|
|
|
|
|
class Neo4jDB(GraphDBInterface):
|
|
pass |