Skip to content

Commit

Permalink
Add collection wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
neoxelox committed Apr 6, 2022
1 parent aa2a553 commit 416d554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions superinvoke/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from . import utils
from .constants import Paths, Platforms, console
from .extensions.collection import Collection
from .extensions.task import task
from .main import init
from .objects import Env, Envs, Tags, Tool, Tools
1 change: 1 addition & 0 deletions superinvoke/extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import collection, context, task
1 change: 1 addition & 0 deletions superinvoke/extensions/collection.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from invoke import Collection

0 comments on commit 416d554

Please sign in to comment.