mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-14 15:57:08 +08:00
5 lines
157 B
Python
5 lines
157 B
Python
from django.db.backends.base.base import BaseDatabaseWrapper
|
|
|
|
|
|
class BaseDatabaseClient:
|
|
def __init__(self, connection: BaseDatabaseWrapper) -> None: ... |