AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 JoyAI-Echo
__main__.py
根目录
/
echo_longvideo
/
Director_Agent
/
nanobot
/
__main__.py
1
"""
2
Entry point for running nanobot as a module: python -m nanobot
3
"""
4
5
from nanobot.cli.commands import app
6
7
if __name__ == "__main__":
8
app()
9
9 lines
PYTHON