118 implemented by a subclass |
118 implemented by a subclass |
119 """ |
119 """ |
120 raise RuntimeError("'handleCommand' must be overridden") |
120 raise RuntimeError("'handleCommand' must be overridden") |
121 |
121 |
122 |
122 |
123 class SingleApplicationClient(object): |
123 class SingleApplicationClient: |
124 """ |
124 """ |
125 Class implementing the single application client base class. |
125 Class implementing the single application client base class. |
126 """ |
126 """ |
127 def __init__(self, name): |
127 def __init__(self, name): |
128 """ |
128 """ |