We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7c55e commit 64ac723Copy full SHA for 64ac723
openapi_core/__init__.py
@@ -1,3 +1,5 @@
1
+# -*- coding: utf-8 -*-
2
+
3
"""OpenAPI core module"""
4
from openapi_core.shortcuts import (
5
create_spec, validate_parameters, validate_body, validate_data,
0 commit comments