from data.pytmx.tmxloader import load_pygame, load_tmx from data.pytmx.utils import buildDistributionRects from data.pytmx.pytmx import * __version__ = '2.16.4' __author__ = 'bitcraft' __author_email__ = 'leif.theden@gmail.com' __description__ = 'Map loader for TMX Files - Python 2.7'