summaryrefslogtreecommitdiff
path: root/dev/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'dev/__init__.py')
-rw-r--r--dev/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/__init__.py b/dev/__init__.py
new file mode 100644
index 0000000..52cc7d9
--- /dev/null
+++ b/dev/__init__.py
@@ -0,0 +1,8 @@
+from .commands import (
+ dev_pylint,
+ dev_pytest,
+ dev_coverage,
+ dev_covhtml,
+ dev_covxml,
+ dev_covff,
+ dev_all)