class ServiceBase
	constructor: (@app)->
		@redis = @app.redis
		@flowers = @app.mongo.flowers


exports.ServiceBase = ServiceBase