Refactor workspace usage.

This commit is contained in:
Sergey Vartanov 2021-08-09 09:44:34 +10:00
parent 2487e24c90
commit f9409e2f47
8 changed files with 65 additions and 72 deletions

View file

@ -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