4 lines
93 B
Python
4 lines
93 B
Python
# uplim/serializers.py
|
|
from rest_framework import serializers
|
|
from uplim.models import Pixel
|