@skobkin @drq @blue
Finally, what you say is true for dependencies file, but in code is actually fine:
from starlette.applications import Starlette
from starlette.responses import JSONResponse
from starlette.routing import Route
already gives you a rough idea what Starlette might be, even if you're not familiar with it.
@ale @drq @blue
1. In Python.
2. 'from starlette.applications import Starlette' says nothing to me, sorry.