Add "run it back" command to continue a practice run after failing a demo.
This commit is contained in:
parent
6aaa3ea15f
commit
7925281ceb
3 changed files with 48 additions and 2 deletions
1
setup.py
1
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue