def e_modules_list():
    return cf.moduleListGen(list_callable_functions(), 'ab_e', 0, 4)
def modulesList(
):  #this list is used by views to automatically generate views!
    return cf.moduleListGen(list_callable_functions(), 'a', 0, 1)
def d_d_list():
    return cf.moduleListGen(list_callable_functions(), 'ed_d', 0, 4)
def c_c_list():
    return cf.moduleListGen(list_callable_functions(), 'ec_c', 0, 4)
def b_b_list():
    return cf.moduleListGen(list_callable_functions(), 'eb_b', 0, 4)
def a_a_list():
    return cf.moduleListGen(list_callable_functions(), 'ea_a', 0, 4)
def f_modules_list():
    return cf.moduleListGen(list_callable_functions(), 'bf', 0, 2)