roounlsh / roop /ProcessEntry.py
as
a bak of roo_punleash by C0untFloyd
efdca2b
raw
history blame contribute delete
244 Bytes
class ProcessEntry:
def __init__(self, filename: str, start: int, end: int, fps: float):
self.filename = filename
self.finalname = None
self.startframe = start
self.endframe = end
self.fps = fps