| 1 | #!/usr/bin/env python |
| 2 | """A sample application for integrating cmd2 with external event loops. |
| 3 | |
| 4 | This is an example of how to use cmd2 in a way so that cmd2 doesn't own the inner event loop of your application. |
nothing calls this directly
no test coverage detected