Add shellgen core and backends modules
This commit is contained in:
6
app/shellgen/core/__init__.py
Normal file
6
app/shellgen/core/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Core module for command generation."""
|
||||
|
||||
from .generator import CommandGenerator
|
||||
from .prompts import PromptTemplates
|
||||
|
||||
__all__ = ["CommandGenerator", "PromptTemplates"]
|
||||
Reference in New Issue
Block a user