sync
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user