Refactoring Mapdata Models: MapItem and GeometryMapItem

This commit is contained in:
Laura Klünder 2016-11-14 21:15:20 +01:00
parent 91d898f240
commit bc0b5521ce
14 changed files with 186 additions and 192 deletions

View file

@ -1,4 +1,5 @@
from .features import Feature, FEATURE_TYPES # noqa
from .base import MAPITEM_TYPES # noqa
from .level import Level # noqa
from .package import Package # noqa
from .source import Source # noqa
from .geometry import GeometryMapItem # noqa