9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
6 """ | 6 """ |
7 Module implementing a dummy debugger interface for the debug server. | 7 Module implementing a dummy debugger interface for the debug server. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt6.QtCore import QObject | 10 from PyQt6.QtCore import QObject |
11 | |
12 | 11 |
13 ClientDefaultCapabilities = 0 | 12 ClientDefaultCapabilities = 0 |
14 | 13 |
15 ClientTypeAssociations = [] | 14 ClientTypeAssociations = [] |
16 | 15 |