feat: +Message to __init__

This commit is contained in:
莘权 马 2023-08-22 10:22:19 +08:00
parent 58b1acf7b9
commit cf225320eb

View file

@ -3,3 +3,9 @@
# @Time : 2023/4/24 22:26
# @Author : alexanderwu
# @File : __init__.py
from metagpt.schema import Message
__all__ = [
"Message",
]