"""
L1 LLM node package
"""

from .processor import L1LLMNode
from .prompts import get_prompts

__all__ = [
    "L1LLMNode",
    "get_prompts",
]
