fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/shelfzilla/apps/account/api/serializers.py

13 lines
144 B
Python

# coding: utf-8
# django
# third party
from rest_framework import serializers
# own
class FeedSerializer(serializers.Serializer):
pass