From 854e8468ea035b7d588ca7cc26a96f8f700541e7 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Sun, 18 Feb 2024 21:53:48 +0200 Subject: Improved developer commands menu. --- dev/__init__.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'dev/__init__.py') 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 -- cgit v1.2.3