#!/usr/bin/env python
from cozmo_repl.cozmo_repl import cozmo_repl
import cozmo

cozmo.run_program(cozmo_repl, use_3d_viewer=True, use_viewer=True)
