Add a playback command.

This commit is contained in:
yrriban 2025-04-13 17:45:24 -04:00
parent a7e2f04bde
commit fe463c273c
2 changed files with 18 additions and 0 deletions

View file

@ -25,6 +25,7 @@ setup(
'record = dcc.record:Record',
'fabricate = dcc.fabricate:Fabricate',
'put = dcc.put:Put',
'pb = dcc.pb:PB',
],
},
zip_safe=False,