more shuffling

This commit is contained in:
cktricky
2018-09-13 20:09:26 -04:00
parent 92f229ecf4
commit b00ee271ff
30 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
'''
datapipeline modules
'''
from libs.datapipeline import *
def module_datapipeline_list_pipelines():
'''
List DataPileLine pipelines
python3 weirdAAL.py -m datapipeline_list_pipelines -t demo
'''
datapipeline_list_pipelines()