Add a check command.

This commit is contained in:
yrriban 2025-04-17 01:57:40 -04:00
parent 833a0c681c
commit 44285fbf59
2 changed files with 11 additions and 0 deletions

View file

@ -27,6 +27,7 @@ setup(
'put = dcc.put:Put',
'pb = dcc.pb:PB',
'ss = dcc.ss:SS',
'check = dcc.check:Check',
],
},
zip_safe=False,