mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Uses pluggy: https://pluggy.readthedocs.io/ Two example plugins - an uppercase template filter and a convert_units() SQL function.
3 lines
146 B
Python
3 lines
146 B
Python
from datasette.version import __version_info__, __version__ # noqa
|
|
from .hookspecs import hookimpl # noqa
|
|
from .hookspecs import hookspec # noqa
|