Files
django-stubs/django/core/management/commands/sqlmigrate.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

6 lines
186 B
Python

from django.core.management.base import CommandParser
class Command:
def add_arguments(self, parser: CommandParser) -> None: ...
def execute(self, *args, **options) -> str: ...