# -*- coding: utf-8 -*- class Tile(): def x(self): raise NotImplementedError('Tile.x') def y(self): raise NotImplementedError('Tile.x')