8 lines
94 B
Python
8 lines
94 B
Python
"""
|
|
短视频自动解析插件
|
|
"""
|
|
|
|
from .main import VideoParser
|
|
|
|
__all__ = ["VideoParser"]
|