MCPcopy Create free account
hub / github.com/modelscope/ms-agent / readme

Function readme

setup.py:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def readme():
11 with open('README.md', encoding='utf-8') as f:
12 content = f.read()
13 return content
14
15
16version_file = 'ms_agent/version.py'

Callers 1

setup.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected