返回 JoyAI-Echo
__main__.py
根目录 / echo_longvideo / server / __main__.py
1 """Run the Echo 1.5 local server with ``python -m server``."""
2
3 from .app import main
4
5
6 if __name__ == "__main__":
7 main()
8
8 lines PYTHON