feat: improves and initilize player pipeline

This commit is contained in:
2026-03-05 00:33:48 -03:00
parent 06ae9b41f0
commit 53eb34a83e
13 changed files with 248 additions and 60 deletions

View File

@@ -5,6 +5,7 @@ class ArgsModel(BaseModel):
outfile: str
infile: str
continuation: bool
force: bool
@classmethod
def from_args(cls, args):