7 lines
116 B
Python
7 lines
116 B
Python
from drf_spectacular.views import SpectacularAPIView
|
|
|
|
|
|
class APISchema(SpectacularAPIView):
|
|
api_version = "v1"
|
|
|