Returns all clients currently in the model.
(self)
| 112 | |
| 113 | @property |
| 114 | def clients(self) -> list[Client]: |
| 115 | """ |
| 116 | Returns all clients currently in the model. |
| 117 | """ |
| 118 | return self._clients |
| 119 | |
| 120 | @property |
| 121 | def depots(self) -> list[Depot]: |
no outgoing calls