mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-18 01:34:08 -05:00
Update __init__.py to include VideoAgent in __all__
This commit is contained in:
committed by
GitHub
parent
6bf933ab3b
commit
3cf7cdcb45
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user