mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-11 00:32:37 +02:00
fix base env import error
This commit is contained in:
parent
ee4a536d55
commit
c5d1f0d7dc
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
from metagpt.base.base_env import BaseEnvironment
|
||||
from metagpt.base.base_role import BaseRole
|
||||
|
||||
|
||||
__all__ = [
|
||||
"BaseEnvironment",
|
||||
"BaseRole",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue