6 lines
104 B
Python
6 lines
104 B
Python
|
|
"""HCL and terraform grammar for tree-sitter"""
|
||
|
|
|
||
|
|
from ._binding import language
|
||
|
|
|
||
|
|
__all__ = ["language"]
|