From 07371cd77770d6963e94394c909fdd78a391066f Mon Sep 17 00:00:00 2001 From: bobturneruk Date: Fri, 3 Apr 2020 10:14:11 +0100 Subject: [PATCH] add placeholder --- GPy/core/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/GPy/core/__init__.py b/GPy/core/__init__.py index 49e9c3c7..6f466652 100644 --- a/GPy/core/__init__.py +++ b/GPy/core/__init__.py @@ -1,6 +1,11 @@ # Copyright (c) 2012-2014, GPy authors (see AUTHORS.txt). # Licensed under the BSD 3-clause license (see LICENSE.txt) +""" +This module does... + +""" + from GPy.core.model import Model from .parameterization import Param, Parameterized from . import parameterization