mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-22 03:00:10 +00:00
Added __init__.py
This commit is contained in:
parent
58b98205c7
commit
fa35d4a5f9
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
from openapi_core.contrib.falcon.requests import FalconOpenAPIRequestFactory
|
||||
from openapi_core.contrib.falcon.responses import FalconOpenAPIResponseFactory
|
||||
|
||||
|
||||
__all__ = ["FalconOpenAPIRequestFactory", "FalconOpenAPIResponseFactory"]
|
Loading…
Reference in a new issue