in src/graph_community.py [0:0]
def __init__(self, seed=1): """ Estbalish the seed for numpy's RNG downstream :param seed: int, seed value to use when constructing random graphs """ self.seed = seed