from django.core.management import BaseCommand from BaseLib.BaseEntity import BaseEntity class BaseDaemon(BaseCommand, BaseEntity): ...