Make a common namespace for the support libraries for pure python modules.
Currently they are in sasmodels.special and the sasmodels.TwoYukawa package. There may also be a sasmodels.quadrature module if PR #699 is merged.
Note: PEP8 says package names should be snake_case. Somehow both the author (me) and the reviewers messed up with TwoYukawa. We can fix that if we move support libraries to lib.
Originally posted by @pkienzle in #699 (comment)