for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from jacked import injectable
from test_resources.color import Color
@injectable()
class Red(Color):
def name(self):
return 'RED'