mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 00:07:09 +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: ... |