Source code for ts.torch_handler.request_envelope.body
"""
Default class for all handlers. Grabs the data out of the request body.
"""
from .base import BaseEnvelope
"""
Default class for all handlers. Grabs the data out of the request body.
"""
from .base import BaseEnvelope