diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-18 21:53:48 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-18 21:53:48 +0200 |
commit | 854e8468ea035b7d588ca7cc26a96f8f700541e7 (patch) | |
tree | badfb3484902ac282eb2fd94c111df87a8389acd /dev/__init__.py | |
parent | f8452c313ca78e5f04714331c4a222e8aed53805 (diff) |
Improved developer commands menu.
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 |