This is the first release of this package. All the initial functionality is in this release.
Features
* Initial package by JefvdA in https://github.com/JefvdA/python_clitools/pull/1
* clear() -> OS independant method to clear the terminal
* wait_for_enter() -> method to wair for user input before continuing, clears the screen after
* get_user_input() -> method to returns user input. This method formats the text printed for the input to add " >>> " after it. Example: "What is your name?", becomes, "What is your name? >>> "
Fixes
* fix: space bug fixed by Tejax-v2 in https://github.com/JefvdA/python_clitools/pull/4
New Contributors
* Tejax-v2 made their first contribution in https://github.com/JefvdA/python_clitools/pull/4
**Full Changelog**: https://github.com/JefvdA/python_clitools/commits/v0.0.1