tree-sitter-bp/bindings/python/tree_sitter_bp/__init__.py
Bruno BELANYI bc4db561ca
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Bump flake inputs
This means regenerating all the tree-sitter files, and adding newly
generated outputs (mostly new bindings).

The `--apply-all-captures` flag has been removed, it is now the default
(and only) matching behaviour.
2024-04-22 09:49:18 +00:00

6 lines
85 B
Python

"Bp grammar for tree-sitter"
from ._binding import language
__all__ = ["language"]