mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-11 07:11:48 +02:00
Refactor workspace usage.
This commit is contained in:
parent
2487e24c90
commit
f9409e2f47
8 changed files with 65 additions and 72 deletions
|
@ -7,7 +7,7 @@ from typing import List, Optional, Dict
|
|||
import logging
|
||||
from colour import Color
|
||||
|
||||
from roentgen import workspace
|
||||
from roentgen.workspace import workspace
|
||||
from roentgen.grid import IconCollection
|
||||
from roentgen.icon import ShapeExtractor
|
||||
from roentgen.osm_reader import STAGES_OF_DECAY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue