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

6 lines
87 B
Python
Raw Normal View History

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