7627:812ee8c0a91a | 7646:39e3db2b4936 |
---|---|
32 # We are normally called by the debugger to execute directly. | 32 # We are normally called by the debugger to execute directly. |
33 | 33 |
34 if __name__ == '__main__': | 34 if __name__ == '__main__': |
35 debugClient = DebugClient() | 35 debugClient = DebugClient() |
36 debugClient.main() | 36 debugClient.main() |
37 | |
38 # | |
39 # eflag: noqa = M702 |