* Adds the WithQualifiers mixin class
By adding the WithQualifiers mixin, classes can be subtyped using class getitem, e.g. Zip[Png] represents a zip file containing a PNG image. Qualifiers can be interpreted differently depending on what makes sense for the qualified class. For example, Directory[Png, Gif] describes a directory containing PNG and GIF files, where as Xml[Svg] is an XML file that corresponds to the SVG format.