feat: enable go & python bindings
This commit is contained in:
5
bindings/python/tree_sitter_hcl/__init__.py
generated
Normal file
5
bindings/python/tree_sitter_hcl/__init__.py
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
"""HCL and terraform grammar for tree-sitter"""
|
||||
|
||||
from ._binding import language
|
||||
|
||||
__all__ = ["language"]
|
||||
Reference in New Issue
Block a user