5 lines
145 B
Python
5 lines
145 B
Python
from .common import router as common_router
|
|
from .prehandling import router as prehandling_router
|
|
|
|
routers = [prehandling_router, common_router]
|