From 61688c00e8734adee4d825571a9c43d926dca001 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 3 Sep 2024 14:55:48 -0500 Subject: Initialise the populations package and update references. --- uploader/population/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 uploader/population/__init__.py (limited to 'uploader/population/__init__.py') diff --git a/uploader/population/__init__.py b/uploader/population/__init__.py new file mode 100644 index 0000000..bf6bf3c --- /dev/null +++ b/uploader/population/__init__.py @@ -0,0 +1,3 @@ +"""Package to handle creation and management of Populations/InbredSets""" + +from .views import popbp -- cgit v1.2.3