mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2026-02-16 12:54:26 +00:00
4 lines
115 B
Python
4 lines
115 B
Python
# class ZoneSerializerMixin(SerializerMixin):
|
|
# serialize_types = (
|
|
# (UUID, lambda x: str(x)),
|
|
# ) |