Also there is maybe some addition parameter like self:
```python class Neuron: @instance_property activation
def __init__(self): # automatically created pass ...
def instance_property(name, property, self, *args): # Create property on instance ```