tornado-openapi3/openapi3/__init__.py

4 lines
89 B
Python
Raw Normal View History

2020-09-16 23:04:11 -04:00
from openapi3.requests import TornadoRequestFactory
__all__ = ["TornadoRequestFactory"]