Cleaned up lazy/messy config implementation

This commit is contained in:
Cian Hughes
2023-11-01 15:33:40 +00:00
parent 35fc76054b
commit baf5962f34
9 changed files with 95 additions and 98 deletions

View File

@@ -6,7 +6,7 @@ from docker.types import Mount
import typer
from typing import Tuple
from . import config
from .config import config
from .cli import cli_spinner
from .create_img import create_img
from .debug import debug_guard