summaryrefslogtreecommitdiff
path: root/foundry/di.py
blob: d283871029ae7443bdf66e10a80a7ad72b38db0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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