add elevators

This commit is contained in:
Laura Klünder 2016-11-28 20:56:52 +01:00
parent 5dbeb9c356
commit 0496575d25
10 changed files with 143 additions and 8 deletions

View file

@ -1,4 +1,5 @@
from .level import Level # noqa
from .package import Package # noqa
from .source import Source # noqa
from .collections import Elevator # noqa
from .geometry import GeometryMapItem, GEOMETRY_MAPITEM_TYPES # noqa