-
-
Notifications
You must be signed in to change notification settings - Fork 775
Closed
Milestone
Description
There are only a few classes that plugins need to import. It would be nice if these imports were as short and memorable as possible.
For example:
from datasette.app import Datasette
from datasette.utils.asgi import Response
Could both become:
from datasette import Datasette
from datasette import Response