# pylint: disable=import-outside-toplevel import djclick as click from django.contrib.auth import get_user_model from vbv_lernwelt.learnpath.tests.create_default_learning_path import create_default_learning_path, \ delete_default_learning_path import djclick as click @click.command() def command(): delete_default_learning_path()