File size: 151 Bytes
c881efa
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from test_sdkbase import TestSdk
import ragflow
import pytest


class TestCase(TestSdk):
    def test_version(self):
        print(ragflow.__version__)