mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
feat: +Message to __init__
This commit is contained in:
parent
58b1acf7b9
commit
cf225320eb
1 changed files with 6 additions and 0 deletions
|
|
@ -3,3 +3,9 @@
|
|||
# @Time : 2023/4/24 22:26
|
||||
# @Author : alexanderwu
|
||||
# @File : __init__.py
|
||||
|
||||
from metagpt.schema import Message
|
||||
|
||||
__all__ = [
|
||||
"Message",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue