[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist :
[ ] I have updated the README.md file accordingly ; Not necessary
[X] I have updated the test cases (which pass) accordingly ;
[X] My changes looks good ;
[X] I agree that my code may be modified in the future ;
[X] My code follows the code style of this project (PEP8).
@HorlogeSkynet I'd rather you look over this before I go merging stuff into master 😁. Feel free to modify any of it, I feel like the output wrapping is a little messy but I'd like a second set of eyes 👀, after all I have been trying to write those ~30 lines for ~2 hours 😢
Description
Entry
base class for all of our entries.Reason and / or context
output
method to output more than one line (or any output at all) if required.How has this been tested ?
On my local system, and using the added unit-tests.
Types of changes :
Checklist :
I have updated the README.md file accordingly ;Not necessary@HorlogeSkynet I'd rather you look over this before I go merging stuff into master 😁. Feel free to modify any of it, I feel like the output wrapping is a little messy but I'd like a second set of eyes 👀, after all I have been trying to write those ~30 lines for ~2 hours 😢