#!/usr/local/bin/python3.10
# -*- 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:GPL v3 or later
 """
from yokadi import yokadid
yokadid.main()
