refactor: Update Prompt import in __init__.py
This commit is contained in:
parent
7809fba2aa
commit
afd01e8c93
1 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
from .Prompt import Prompt
|
||||
from .Prompt import PromptComponent
|
||||
|
||||
__all__ = ["Prompt"]
|
||||
__all__ = ["PromptComponent"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue