Spaces:
Runtime error
Runtime error
import enum | |
class HttpContentType(str, enum.Enum): | |
"""Http content type values.""" | |
HTML = "text/html" | |
JSON = "application/json" | |