Browse Source

import più facile

boyska 3 years ago
parent
commit
da2e09686d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      banana/__init__.py

+ 3 - 2
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"