mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-12 17:53:53 +00:00
6 lines
96 B
Python
6 lines
96 B
Python
from rest_framework.serializers import Serializer
|
|
|
|
|
|
class EmptySerializer(Serializer):
|
|
pass
|