This commit is contained in:
root
2025-07-12 11:31:03 +08:00
parent 6157976b85
commit bc19461d8a
13 changed files with 2393 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python3
"""
MixVideo 统一命令行接口
"""
from .cli import main
__all__ = ["main"]