tornado-openapi3/openapi3/__init__.py

4 lines
89 B
Python
Raw Normal View History

2020-09-17 03:04:11 +00:00
from openapi3.requests import TornadoRequestFactory
__all__ = ["TornadoRequestFactory"]