4 lines
100 B
Python
4 lines
100 B
Python
"""中间件模块"""
|
|
from .request_id import RequestIDMiddleware
|
|
|
|
__all__ = ['RequestIDMiddleware'] |