8 lines
328 B
Python
8 lines
328 B
Python
# import all module include into current package
|
|
__name__ = "VDMAPI"
|
|
__version__ = 1.0
|
|
__author__ = "antoine roux"
|
|
__author_email__= "antoinroux@hotmail.fr"
|
|
__url__ = "antoine-roux.tk"
|
|
__description__ = "an api for recover a list of random vdm from vdm.fr and display it on different GUI (i3, tkinter, windows or commande line"
|