mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 00:37:11 +08:00
initial commit
This commit is contained in:
5
django/db/backends/base/client.pyi
Normal file
5
django/db/backends/base/client.pyi
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.db.backends.base.base import BaseDatabaseWrapper
|
||||
|
||||
|
||||
class BaseDatabaseClient:
|
||||
def __init__(self, connection: BaseDatabaseWrapper) -> None: ...
|
||||
Reference in New Issue
Block a user