Files
tree-sitter-jhcl/bindings/python/tree_sitter_hcl/__init__.py

6 lines
104 B
Python
Raw Normal View History

2025-05-16 19:20:03 +03:00
"""HCL and terraform grammar for tree-sitter"""
from ._binding import language
__all__ = ["language"]