create the python sdk to return version (#1039)

### 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>
This commit is contained in:
cecilia-uu
2024-06-03 15:59:50 +08:00
committed by GitHub
parent 9517a27844
commit 7d41de42a1
9 changed files with 96 additions and 1 deletions

View File

@ -0,0 +1,3 @@
class TestSdk():
def test_version(self):
print("test_sdk")