Returns all client groups currently in the model.
(self)
| 135 | |
| 136 | @property |
| 137 | def groups(self) -> list[ClientGroup]: |
| 138 | """ |
| 139 | Returns all client groups currently in the model. |
| 140 | """ |
| 141 | return self._groups |
| 142 | |
| 143 | @property |
| 144 | def profiles(self) -> list[Profile]: |
no outgoing calls