refactor: Update Prompt import in __init__.py

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-19 20:02:17 -03:00
commit afd01e8c93

View file

@ -1,3 +1,3 @@
from .Prompt import Prompt
from .Prompt import PromptComponent
__all__ = ["Prompt"]
__all__ = ["PromptComponent"]