Spaces:
Running
on
Zero
Running
on
Zero
File size: 367 Bytes
e7b9fb6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
"""
MagicArticulate-Plus Integration
集成用户上传支持和增强功能
"""
from .articulate_api import (
MagicArticulateAPI,
ModelValidator,
ModelPreprocessor,
UserSessionManager,
process_model_file
)
__all__ = [
'MagicArticulateAPI',
'ModelValidator',
'ModelPreprocessor',
'UserSessionManager',
'process_model_file'
] |