mirror of
https://github.com/django/django.git
synced 2025-06-20 10:59:12 +00:00
6 lines
128 B
Python
6 lines
128 B
Python
from django.db.backends.schema import BaseDatabaseSchemaEditor
|
|
|
|
|
|
class DatabaseSchemaEditor(BaseDatabaseSchemaEditor):
|
|
pass
|