Vertex module

This class is the vertex of the hexes on the game board. It contains references to tiles that share it, the settlement that is on it and the edges connected to it.

class Vertex.Vertex[source]

Bases: object