5 lines
86 B
Python
5 lines
86 B
Python
from .gemini import Gemini
|
|
from .xiaoai import XiaoAi
|
|
|
|
__all__ = ["Gemini", "XiaoAi"]
|