Storers

Doc


The Storers are the derived Noders that build the standard "Controller" part of the MVC architecture.


View the Storers notebook on [NbViewer](http://nbviewer.ipython.org/url/shareyoursystem.ouvaton.org/Storers.ipynb)

Concept and SubModules family

View the Storers concept on Ouvaton

Code



# -*- 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