"""
L2 LLM node package
"""

from .processor import L2LLMNode
from .prompts import get_prompts

__all__ = [
    "L2LLMNode",
    "get_prompts",
]
