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
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:
Could both become: