diff --git a/main.py b/main.py new file mode 100644 index 0000000..e07ec5f --- /dev/null +++ b/main.py @@ -0,0 +1,13 @@ +""" +main.py + +This is the main function of project geonosis. The project is called geonosis +because in Star Wars (TM), Geonosis is the host planet to the primary foundry +of the droid army. The purpose of this project is to create synthetic tissue +sample data, and it's like generating droids. +""" + +if __name__ == "__main__": + pass + +# EOF