#!/usr/bin/env python

"""
Main script for building neighbours 
"""

from kealib import build_neighbours

build_neighbours.main()
