Add "run it back" command to continue a practice run after failing a demo.

This commit is contained in:
yrriban 2025-08-01 02:03:30 -04:00
parent 6aaa3ea15f
commit 7925281ceb
3 changed files with 48 additions and 2 deletions

View file

@ -23,6 +23,7 @@ setup(
'dcc': [
'play = dcc.play:Play',
'record = dcc.record:Record',
'rib = dcc.rib:RIB',
'fabricate = dcc.fabricate:Fabricate',
'put = dcc.put:Put',
'pb = dcc.pb:PB',