agent/entity.py [48:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def description(self):
        return self._description

    @description.setter
    def description(self, value):
        self._description = value
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



agent/location.py [22:28]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def description(self):
        return self._description

    @description.setter
    def description(self, value):
        self._description = value
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



