Tavern

class vindinium.models.Tavern(x, y)[source]

Bases: object

A tavern.

x

int

the tarven position in X.

y

int

the tarven position in Y.

__init__(x, y)[source]

Constructor

Parameters:
  • x (int) – the mine position in X.
  • y (int) – the mine position in Y.