mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-29 21:51:31 +00:00
6 lines
96 B
Python
6 lines
96 B
Python
from rest_framework.serializers import Serializer
|
|
|
|
|
|
class EmptySerializer(Serializer):
|
|
pass
|