from django.core.management.base import BaseCommand

class ProxyModelWarning(Warning): ...
class Command(BaseCommand): ...
