Add shellgen core and backends modules

This commit is contained in:
2026-01-29 12:42:41 +00:00
parent 331119d5fa
commit d0a12268b1

View File

@@ -0,0 +1,6 @@
"""Core module for command generation."""
from .generator import CommandGenerator
from .prompts import PromptTemplates
__all__ = ["CommandGenerator", "PromptTemplates"]