* Getting the package to work as useful module as well.
* Tried to make important functions and classes available after "import modelmatcher",
without knowing the actual files". So, avoiding
"from modelmatcher.models import RateMatrix"
and instead allowing "from modelmatcher import RateMatrix".
* First tiny attempt of getting unit tests running.
* Ensured that, when outputting for IQTREE, only models known to IQTREE are considered.