Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nirmal00001123
/
ru
like
0
Runtime error
App
Files
Files
Community
19a5b7f
ru
/
ProcessEntry.py
Nirmal00001123
Upload 66 files
28dc120
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
238 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