From 87cd50ccfd5ed1f75bfb3101efb24fbcc9a6e78c Mon Sep 17 00:00:00 2001 From: Willem Renes Date: Fri, 30 Apr 2021 11:52:41 +0200 Subject: quick boilerplate stuff --- spiderworld.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 spiderworld.py diff --git a/spiderworld.py b/spiderworld.py new file mode 100644 index 0000000..6d17602 --- /dev/null +++ b/spiderworld.py @@ -0,0 +1,13 @@ +#!/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() -- cgit v1.2.3-70-g09d2