Files
Mofox-Core/src/multimodal/__init__.py
Furina-1013-create 9d29228784 我靠我我视频识别怎么又给我炸了
--已重新修复......
2025-08-14 00:45:19 +08:00

11 lines
289 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
多模态处理模块
包含图像、视频、音频等多媒体内容的处理工具
"""
# 由于video_analyzer.py文件存在但可能有循环导入或其他问题
# 暂时不在__init__.py中导入让使用者直接导入
pass