4539:beac8323fa9e | 4541:e8ddd9d76414 |
---|---|
34 # We are normally called by the debugger to execute directly. | 34 # We are normally called by the debugger to execute directly. |
35 | 35 |
36 if __name__ == '__main__': | 36 if __name__ == '__main__': |
37 debugClient = DebugClient() | 37 debugClient = DebugClient() |
38 debugClient.main() | 38 debugClient.main() |
39 | |
40 # | |
41 # eflag: noqa = M702 |