#!/bin/usr/env python """ Script to rudementarally model spiders colonising new terrain, and the effect that could have on increasing the nutrient levels. """ def main(): """ main function, do stuff """ if __name__ == '__main__': main()