From 3be28b4e8f75190d30e311f0e69da714cac62cc5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 21 Jul 2022 14:53:18 +0200 Subject: Change license to ISC, change style, improve makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libgamma.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libgamma.py (limited to 'libgamma.py') diff --git a/libgamma.py b/libgamma.py new file mode 100644 index 0000000..fd0e7ae --- /dev/null +++ b/libgamma.py @@ -0,0 +1,4 @@ +# See LICENSE file for copyright and license details. +from libgamma_error import * +from libgamma_method import * +from libgamma_facade import * -- cgit v1.2.3-70-g09d2