mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 05:51:53 +08:00
3 lines
60 B
Python
3 lines
60 B
Python
class Command:
|
|
def handle(self, **options) -> None: ...
|