1
0
mirror of https://github.com/django/django.git synced 2025-06-20 10:59:12 +00:00
2012-09-07 15:56:07 -04:00

6 lines
128 B
Python

from django.db.backends.schema import BaseDatabaseSchemaEditor
class DatabaseSchemaEditor(BaseDatabaseSchemaEditor):
pass