4540:45627d092846 | 4543:2e6a880670e9 |
---|---|
195 # We are normally called by the debugger to execute directly. | 195 # We are normally called by the debugger to execute directly. |
196 | 196 |
197 if __name__ == '__main__': | 197 if __name__ == '__main__': |
198 debugClient = DebugClientThreads() | 198 debugClient = DebugClientThreads() |
199 debugClient.main() | 199 debugClient.main() |
200 | |
201 # | |
202 # eflag: noqa = M702 |