()
| 20 | |
| 21 | |
| 22 | def main(): |
| 23 | lv = LiveVis(settings) |
| 24 | |
| 25 | help_keys, _ = bindings.get_key_help('help_mode') |
| 26 | quit_keys, _ = bindings.get_key_help('quit') |
| 27 | print '\n\nRunning toolbox. Push %s for help or %s to quit.\n\n' % (help_keys[0], quit_keys[0]) |
| 28 | lv.run_loop() |
| 29 | |
| 30 | |
| 31 |
no test coverage detected