From fe5dd3354ad2b5b48c104dca358a9c5e3119bcd1 Mon Sep 17 00:00:00 2001 From: Christoph Groth Date: Sat, 2 Dec 2017 13:23:38 +0100 Subject: initial commit --- vquad/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vquad/__init__.py (limited to 'vquad/__init__.py') diff --git a/vquad/__init__.py b/vquad/__init__.py new file mode 100644 index 0000000..3313b0f --- /dev/null +++ b/vquad/__init__.py @@ -0,0 +1,7 @@ +# Copyright 2017 Christoph Groth (CEA). +# +# This file is part of Vquad. It is subject to the license terms in the file +# LICENSE.rst found in the top-level directory of this distribution. + + +from .core import vquad -- cgit v1.2.3-74-g4815