Funny thing.
So in most #Ruby web frameworks (works with Roda, Rails and I think Sinatra, at the very least) you can mount other Rack apps to endpoints.
IIRC that's how Rodauth works.
But I haven't seen the ability to mount other WSGI apps in #Python frameworks.
Wonder if there's a technical reason for that, or if it's just, something that isn't needed.