from bayes_net import *

bn = BayesNet()

#variables = ['sc', 'pt', 'cp', 'fr', 'pa', 'cnl']

bn.add(None, [], 0)

