This commit is contained in:
Zsolt Ero
2025-09-18 02:56:24 +02:00
parent b592fee9ba
commit 60a5c15fbd
6 changed files with 15 additions and 14 deletions

View File

@@ -3,8 +3,8 @@ import shutil
import subprocess
from pathlib import Path
from tile_gen_lib.config import config
from tile_gen_lib.utils import python_venv_executable
from .config import config
from .utils import python_venv_executable
IMAGE_SIZE = '200G'