mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 08:40:11 +02:00
Speed up tests.
This commit is contained in:
parent
f1702ece36
commit
b7ed5353f8
4 changed files with 14 additions and 14 deletions
|
@ -4,7 +4,7 @@ from roentgen.icon import ShapeExtractor
|
|||
from roentgen.scheme import Scheme
|
||||
|
||||
SCHEME: Scheme = Scheme(Path("scheme/default.yml"))
|
||||
ICON_EXTRACTOR: ShapeExtractor = ShapeExtractor(
|
||||
SCHEME_EXTRACTOR: ShapeExtractor = ShapeExtractor(
|
||||
Path("icons/icons.svg"), Path("icons/config.json")
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue