pip/tasks/__init__.py

6 lines
89 B
Python

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