# vim: set filencoding=utf8 """ Dependency Injection Utils @author: Mike Crute (mcrute@gmail.com) @organization: SoftGroup Interactive, Inc. @date: May 02, 2010 This module provides a convenient place to replace the core DI functions in the case that somebody would want to manually assemble the application without the help of a DI system. """ from snakeguice import inject, Injected