mirror of
https://github.com/correl/openapi-core.git
synced 2025-01-01 11:03:19 +00:00
5 lines
73 B
Python
5 lines
73 B
Python
"""OpenAPI core content models module"""
|
|
|
|
|
|
class Content(dict):
|
|
pass
|