Files
django-stubs/django-stubs-generated/db/migrations/__init__.pyi
2018-11-10 17:49:18 +03:00

7 lines
243 B
Python

# Stubs for django.db.migrations (Python 3.6)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from .migration import Migration as Migration, swappable_dependency as swappable_dependency
from .operations import *