pierogis.ingredients.seasonings.cartography module

class pierogis.ingredients.seasonings.cartography.Coordinate(x, y)

Bases: tuple

property x

Alias for field number 0

property y

Alias for field number 1

class pierogis.ingredients.seasonings.cartography.Direction(value)[source]

Bases: enum.Enum

An enumeration.

C = 'c'
E = 'e'
N = 'n'
NE = 'ne'
NW = 'nw'
S = 's'
SE = 'se'
SW = 'sw'
W = 'w'