Initial release of `golden-marshmallows` library.
Features:
* `GoldenSchema`: a Marshmallow `Schema` subclass that auto-generates fields based on SQLAlchemy model classes
* `EnumField`: a Marshmallow `Field` subclass that handles stringification of SQLAlchemy `ENUM` type fields
* Tests of `GoldenSchema` functionality