Add final thumbnail assembly.

This commit is contained in:
yrriban 2025-04-20 18:59:58 -04:00
parent 72d89c0be9
commit dd3a185f4b
3 changed files with 37 additions and 0 deletions

View file

@ -31,6 +31,7 @@ setup(
'extract = dcc.extract:Extract',
'fetch = dcc.fetch:Fetch',
'text = dcc.text:Text',
'thumb = dcc.thumb:Thumb',
],
},
zip_safe=False,