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