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

5 lines
142 B
Python

from django.core.management.base import CommandParser
class TemplateCommand:
def add_arguments(self, parser: CommandParser) -> None: ...