Files
django-stubs/django-stubs/contrib/auth/management/commands/createsuperuser.pyi

10 lines
208 B
Python

import getpass as getpass # noqa: F401
from typing import Any
from django.core.management.base import BaseCommand
class NotRunningInTTYException(Exception): ...
class Command(BaseCommand):
stdin: Any