openapi-core/openapi_core/schema/content/models.py

6 lines
73 B
Python
Raw Normal View History

2018-05-30 13:46:54 +00:00
"""OpenAPI core content models module"""
class Content(dict):
2021-03-30 12:09:39 +00:00
pass