mirror of https://github.com/encode/starlette.git
add import Route (#752)
This commit is contained in:
parent
c5239ba89b
commit
5c26cf6c40
|
@ -27,6 +27,7 @@ import sqlalchemy
|
|||
from starlette.applications import Starlette
|
||||
from starlette.config import Config
|
||||
from starlette.responses import JSONResponse
|
||||
from starlette.routing import Route
|
||||
|
||||
|
||||
# Configuration from environment variables or '.env' file.
|
||||
|
|
Loading…
Reference in New Issue