mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 16:27:09 +08:00
2 lines
66 B
Python
2 lines
66 B
Python
class Command:
|
|
def handle(self, *args, **options) -> None: ... |