mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-17 17:35:59 +08:00
5 lines
142 B
Python
5 lines
142 B
Python
from django.core.management.base import CommandParser
|
|
|
|
|
|
class TemplateCommand:
|
|
def add_arguments(self, parser: CommandParser) -> None: ... |