mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-10 23:56:50 +02:00
Optimize imports.
This commit is contained in:
parent
b776db6bd2
commit
e6e54cb044
10 changed files with 28 additions and 29 deletions
|
@ -3,11 +3,12 @@ Icon grid drawing.
|
|||
|
||||
Author: Sergey Vartanov (me@enzet.ru).
|
||||
"""
|
||||
from os.path import join
|
||||
from typing import Any, Dict, List, Set
|
||||
|
||||
import numpy as np
|
||||
from colour import Color
|
||||
from svgwrite import Drawing
|
||||
from typing import List, Dict, Any, Set
|
||||
from os.path import join
|
||||
|
||||
from roentgen.icon import Icon, IconExtractor
|
||||
from roentgen.scheme import Scheme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue