Add some documentation regarding vt - vt - Print definitions from Vocabolario Treccani
 (HTM) hg clone https://bitbucket.org/iamleot/vt
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) changeset c0806323903cda84ca73f4e9d7d2de824157455c
 (DIR) parent 140348f2fe25354d1c77a644608fd1769c90d09f
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Sun, 13 May 2018 14:33:48 
       
       Add some documentation regarding vt
       
       (In this way pydoc will print more interesting informating avoiding the copyright
       information)
       
       Diffstat:
        vt.py |  8 ++++++++
        1 files changed, 8 insertions(+), 0 deletions(-)
       ---
       diff -r 140348f2fe25 -r c0806323903c vt.py
       --- a/vt.py     Sun May 13 14:27:07 2018 +0200
       +++ b/vt.py     Sun May 13 14:33:48 2018 +0200
       @@ -28,6 +28,14 @@
        #
        
        
       +"""
       +print definition from Vocabolario Treccani
       +
       +vt is a Python script/module to print the definition of a term using Vocabolario
       +Treccani (<http://www.treccani.it/vocabolario/>).
       +"""
       +
       +
        from urllib import parse, request
        import textwrap