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