Reiter

We learn how to separate our Classes from our main codebase, and how to import those classes the same way we would any python library.

This way we can improve the structure of our project, divide the codebase into different files, improve code reuseability and keep our project maintainable.