tree-sitter-d2/bindings/python/tree_sitter_d2/__init__.py

6 lines
85 B
Python
Raw Normal View History

2024-07-12 20:36:24 +03:00
"D2 grammar for tree-sitter"
from ._binding import language
__all__ = ["language"]