mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-24 17:28:41 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from typing import (
|
||||
Any,
|
||||
Tuple,
|
||||
)
|
||||
|
||||
|
||||
def make_model_tuple(model: Any) -> Tuple[str, str]: ...
|
||||
Reference in New Issue
Block a user