- Added a BuilderBase class that wraps the StaticContainerBuilder that makes
using the Builder Pattern with PyIOC3 easier.
- Added a optional argument to the StaticContainerBuilder that allows the caller
to pass in default bindings.
- Refactored the StaticContainerBuilder to use FactoryBinding, ConstantBinding,
and ProviderBinding internally.
- Updated Readme