mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-12 04:28:28 +08:00
Initial commit
This commit is contained in:
10
src/models/__init__.py
Normal file
10
src/models/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
统一的模型定义模块
|
||||
"""
|
||||
|
||||
from .api import * # noqa: F401, F403
|
||||
from .claude import * # noqa: F401, F403
|
||||
from .database import * # noqa: F401, F403
|
||||
from .openai import * # noqa: F401, F403
|
||||
|
||||
__all__ = ["claude", "database", "openai", "api"]
|
||||
Reference in New Issue
Block a user