View the Walkers concept on Ouvaton
# -*- coding: utf-8 -*-
"""
<DefineSource>
@Date : Fri Nov 14 13:20:38 2014 \n
@Author : Erwan Ledoux \n\n
</DefineSource>
The Walkers are augmented Noders that are able to walk through
hierarchized collections and execute commands, grab, recruit variables
depending on concluding conditions.
"""
#<DefineConcept>
import ShareYourSystem as SYS
SYS.setConceptModule(globals())
#</DefineConcept>
View the Walkers sources on Github