优化项目结构,格式化代码

This commit is contained in:
雅诺狐
2025-08-13 09:49:39 +08:00
parent 26039b003c
commit fe97d897ef
24 changed files with 57 additions and 77 deletions

View File

@@ -1,9 +0,0 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
多模态模块初始化文件
"""
from .video_analyzer import VideoAnalyzer, get_video_analyzer
__all__ = ['VideoAnalyzer', 'get_video_analyzer']