## Creating a Central Class from which to Execute the Whole Programme
To make the whole programme run smoothly without the user having to figure out which classes to execute and in which order, we simply applied our previously gained knowledge about modularity and decided to create a set of non-executable classes that will be called from the main class in the correct order.
The corresponding .java file for this class can be found [here](https://git.sbg.ac.at/s1080384/EoT/-/blob/main/.java%20Files/execute_programme.java).
## Download WMS from Web
bla blab bla text on how we did it
The corresponding .java file for this non-excutable class can be found [here](url).