"""passbook core inlet form fields""" INLET_FORM_FIELDS = ["name", "slug", "enabled"] INLET_SERIALIZER_FIELDS = ["pk", "name", "slug", "enabled"]