"""
LLM nodes for tb-py
"""

from .l1 import L1LLMNode
from .l_2 import L2LLMNode

__all__ = [
    "L1LLMNode",
    "L2LLMNode"
]
