mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-08-17 13:18:02 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from django.db.backends.base.base import BaseDatabaseWrapper
|
||||
|
||||
|
||||
class BaseDatabaseFeatures:
|
||||
def __init__(self, connection: BaseDatabaseWrapper) -> None: ...
|
||||
Reference in New Issue
Block a user