mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-02 19:02:12 +02:00
Refactor workspace usage.
This commit is contained in:
parent
2487e24c90
commit
f9409e2f47
8 changed files with 65 additions and 72 deletions
|
@ -3,7 +3,7 @@ from http.server import BaseHTTPRequestHandler, HTTPServer
|
|||
from pathlib import Path
|
||||
from typing import Optional
|
||||
|
||||
from roentgen import workspace
|
||||
from roentgen.workspace import workspace
|
||||
from roentgen.raster import rasterize
|
||||
from roentgen.tile import Tile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue