tree-sitter-yaml/bindings/python/tree_sitter_yaml/__init__.py

6 lines
87 B
Python
Raw Normal View History

2024-03-31 09:45:34 -04:00
"YAML grammar for tree-sitter"
2024-03-27 05:31:32 -04:00
from ._binding import language
__all__ = ["language"]