#!/usr/local/bin/python2.6
# -*- coding: utf-8 -*-

"""This is just a wrapper to yokadi package that rely in standard python site-package
 This wrapper is intended to be placed in user PATH and to be executable

@author: Sébastien Renard (sebastien.renard@digitalfox.org)
@license:GNU GPL V3
 """

from yokadi import yokadi 
yokadi.main()
