Add an extract command for doom graphics in the wad.

This commit is contained in:
yrriban 2025-04-18 02:45:34 -04:00
parent 44285fbf59
commit 1ad6ec7297
2 changed files with 32 additions and 0 deletions

View file

@ -28,6 +28,7 @@ setup(
'pb = dcc.pb:PB',
'ss = dcc.ss:SS',
'check = dcc.check:Check',
'extract = dcc.extract:Extract',
],
},
zip_safe=False,