lab_retro/retro/grid.py

6 lines
108 B
Python

from retro.graph import Vertex, Edge, Graph
class Grid:
def __init__(self):
self.graph = Graph