diff options
Diffstat (limited to 'dev/__init__.py')
-rw-r--r-- | dev/__init__.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dev/__init__.py b/dev/__init__.py index 52cc7d9..796c8ef 100644 --- a/dev/__init__.py +++ b/dev/__init__.py @@ -1,8 +1 @@ -from .commands import ( - dev_pylint, - dev_pytest, - dev_coverage, - dev_covhtml, - dev_covxml, - dev_covff, - dev_all) +from .commands import dev_command |