Files
django-stubs/django/core/management/commands/testserver.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

2 lines
76 B
Python

class Command:
def handle(self, *fixture_labels, **options) -> None: ...