Update agents/__init__.py
Browse files- agents/__init__.py +1 -1
agents/__init__.py
CHANGED
@@ -5,5 +5,5 @@ from .agents import (
|
|
5 |
CodeAgent,
|
6 |
DesignAgent,
|
7 |
VoiceoverAgent
|
8 |
-
|
9 |
)
|
|
|
5 |
CodeAgent,
|
6 |
DesignAgent,
|
7 |
VoiceoverAgent
|
8 |
+
Agents
|
9 |
)
|