From da2e09686d5c2ded4a58e8439cf2ba976b776751 Mon Sep 17 00:00:00 2001 From: boyska Date: Thu, 1 Oct 2020 19:53:10 +0200 Subject: [PATCH] =?UTF-8?q?import=20pi=C3=B9=20facile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- banana/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/banana/__init__.py b/banana/__init__.py index 293774d..33b2b79 100644 --- a/banana/__init__.py +++ b/banana/__init__.py @@ -1,5 +1,6 @@ """Top-level package for banana.""" +from .bananalib import * __author__ = """itec""" -__email__ = 'itec@ventuordici.org' -__version__ = '0.1.0' +__email__ = "itec@ventuordici.org" +__version__ = "0.1.0"