tornado-openapi3/tornado_openapi3/__init__.py

4 lines
97 B
Python
Raw Normal View History

2020-09-25 14:55:54 +00:00
from tornado_openapi3.requests import TornadoRequestFactory
__all__ = ["TornadoRequestFactory"]