Nest tag libraries are just classes that extend the tag library class and map tag classnames to simple names. Generally the tag implementations themselves are stored in the same file to simplify file including.
Let's start by creating a simple tag library that we will add to through the next steps.
The key in the $tags array is how the tag will be referenced in the nest template, and the value is the actual classname.