mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-27 13:02:30 +08:00

### What problem does this PR solve? Create python SDK to return the version of RAGFlow. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: cecilia-uu <konghui1996@163.com>
4 lines
71 B
Python
4 lines
71 B
Python
class TestSdk():
|
|
def test_version(self):
|
|
print("test_sdk")
|