pade
pade copied to clipboard
Adds behaviour return feature
This PR adds the behaviour return feature. Also, replace the TABS on code for blank spaces, following the PEP8.
[Added]
- Adding attributes and methods in SimpleBehaviour class in order to handle behaviour return feature;
[Changed]
- PEP8: Replacing TABS for spaces;