mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-01-30 14:45:24 +08:00
5 lines
159 B
Python
5 lines
159 B
Python
from django.db.backends.base.base import BaseDatabaseWrapper
|
|
|
|
|
|
class BaseDatabaseFeatures:
|
|
def __init__(self, connection: BaseDatabaseWrapper) -> None: ... |