from django.core.management.base import LabelCommand

class Command(LabelCommand): ...
