Update __init__.py to include VideoAgent in __all__

This commit is contained in:
blackboxprogramming
2025-08-08 14:42:17 -07:00
committed by GitHub
parent 6bf933ab3b
commit 3cf7cdcb45

View File

@@ -18,4 +18,5 @@ __version__ = "0.1.0"
from .truth_agent import TruthAgent from .truth_agent import TruthAgent
__all__ = ["LucidiaAI", "TruthAgent"] __all__ = ["LucidiaAI", "TruthAgent", "VideoAgent"]
from .video_agent import VideoAgent