Creating your custom flows:

In this folder there are different kind of flows. 
If you want to create your own kind of flow, your
new flow object must inherit from the Flow class.
We have a naming convention for the flows, you must 
give to your flow a name like that:
	Flow_TheNameYouWantToGive

You can write your own kind of flow from scratch, having 
a look at the others Flows or you can use the FlowGenerator.
The FlowGenerator is part of the Control Center (menu tools).
