mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-12 15:51:58 +02:00
Optimize imports.
This commit is contained in:
parent
1197a60bac
commit
d12166143a
3 changed files with 8 additions and 7 deletions
|
@ -1,12 +1,13 @@
|
|||
"""
|
||||
Buildings on the map.
|
||||
"""
|
||||
from typing import Any, Optional
|
||||
|
||||
import numpy as np
|
||||
from colour import Color
|
||||
from svgwrite import Drawing
|
||||
from svgwrite.container import Group
|
||||
from svgwrite.path import Path
|
||||
from typing import Any, Optional
|
||||
|
||||
from map_machine.drawing import PathCommands
|
||||
from map_machine.feature.direction import Segment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue