from neural_network.main import main as nn from cluster.main import main as clust options = { "nn": nn, "cluster": clust, }