diff options
Diffstat (limited to 'libgamma.py')
-rw-r--r-- | libgamma.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 * |