Add a which command for locating binary deps

This commit is contained in:
Valentin Niess
2020-03-30 01:23:09 +02:00
parent 4eb7011425
commit 7cdb1fb646
3 changed files with 34 additions and 3 deletions

View File

@@ -4,8 +4,6 @@ from ..utils import deps
from ..utils.log import log
__all__ = ['execute']