add MapUpdate
This commit is contained in:
parent
e1b776a03c
commit
375454c3f1
5 changed files with 97 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
from .level import Level # noqa
|
||||
from .source import Source # noqa
|
||||
from c3nav.mapdata.models.geometry.level import Building, Space, Door # noqa
|
||||
from c3nav.mapdata.models.geometry.level import Building, Space, Door # noqa
|
||||
from c3nav.mapdata.models.geometry.space import Area, Stair, Obstacle, LineObstacle, Hole # noqa
|
||||
from .locations import Location, LocationSlug, LocationGroup # noqa
|
||||
from c3nav.mapdata.models.level import Level # noqa
|
||||
from c3nav.mapdata.models.locations import Location, LocationSlug, LocationGroup # noqa
|
||||
from c3nav.mapdata.models.source import Source # noqa
|
||||
from c3nav.mapdata.models.update import MapUpdate # noqa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue