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