pip/tasks/__init__.py

5 lines
88 B
Python

import invoke
from tools.automation import vendoring
ns = invoke.Collection(vendoring)