This commit is contained in:
2026-01-13 20:15:18 -06:00
parent c58cccd31c
commit 2464a57a42
14 changed files with 139 additions and 69 deletions

View File

@@ -9,6 +9,13 @@ class DestPaths:
compose_file: Path
bind_vol_path: Path
# def __post_init__(self):
# log_cls(
# self,
# compose_file=str(self.compose_file),
# bind_vol_path=str(self.bind_vol_path),
# )
@classmethod
def from_path(cls, src: Path) -> Self:
return cls(