Add text generation for video thumbnails.

This commit is contained in:
yrriban 2025-04-20 14:16:44 -04:00
parent 790f3af1a2
commit 72d89c0be9
3 changed files with 41 additions and 0 deletions

View file

@ -30,6 +30,7 @@ setup(
'check = dcc.check:Check',
'extract = dcc.extract:Extract',
'fetch = dcc.fetch:Fetch',
'text = dcc.text:Text',
],
},
zip_safe=False,