Implemented import shortcuts, closes #957

This commit is contained in:
Simon Willison 2022-02-05 22:34:33 -08:00
commit 8a25ea9bca
4 changed files with 29 additions and 1 deletions

View file

@ -1,3 +1,5 @@
from datasette.version import __version_info__, __version__ # noqa
from datasette.utils.asgi import Forbidden, NotFound, Response # noqa
from datasette.utils import actor_matches_allow # noqa
from .hookspecs import hookimpl # noqa
from .hookspecs import hookspec # noqa