# retoor <retoor@molodetz.nl>
from . import index, seo
router = index.router
router.include_router(seo.router, prefix="/seo")