Add a dedicated class for temporary files management.

This commit is contained in:
Frédéric Tronel
2026-08-31 11:12:47 +02:00
parent d1df44c82c
commit 5b2afd29b3
7 changed files with 62 additions and 36 deletions
+1 -1
View File
@@ -57,5 +57,5 @@ class PreparedMedia:
@dataclass
class CutResult:
filename: str
movie: BinaryIO
movie: IO[bytes]
check_positions: list[timedelta]