mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-04 21:32:38 +02:00
Update __init__.py
This commit is contained in:
parent
cf271d46bd
commit
39896c40fe
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
from metagpt.roles.role import Role
|
||||
from metagpt.roles.architect import Architect
|
||||
from metagpt.roles.project_manager import ProjectManager
|
||||
from metagpt.roles.product_manager import ProductManager
|
||||
from metagpt.roles.engineer import Engineer
|
||||
from metagpt.roles.qa_engineer import QaEngineer
|
||||
from metagpt.roles.seacher import Searcher
|
||||
|
|
@ -20,6 +21,7 @@ __all__ = [
|
|||
"Role",
|
||||
"Architect",
|
||||
"ProjectManager",
|
||||
"ProductManager",
|
||||
"Engineer",
|
||||
"QaEngineer",
|
||||
"Searcher",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue