View the Storers concept on Ouvaton
# -*- coding: utf-8 -*-
"""
<DefineSource>
@Date : Fri Nov 14 13:20:38 2014 \n
@Author : Erwan Ledoux \n\n
</DefineSource>
The Storers are the derived Noders that build the standard "Controller"
part of the MVC architecture.
"""
#<DefineConcept>
import ShareYourSystem as SYS
SYS.setConceptModule(globals())
#</DefineConcept>
View the Storers sources on Github