drf-yasg/drf_swagger/inspectors.py

6 lines
94 B
Python

from rest_framework.schemas import AutoSchema
class SwaggerAutoSchema(AutoSchema):
pass