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