To enable this syntax: ```python from grand import Graph g1 = Graph("https://example.com/net.graphml") g2 = Graph("~/graph.sqlite3") g3 = Graph("s3://example/my-open-cypher") ```