5 lines
76 B
Python
5 lines
76 B
Python
from src.FreeGPT4_Server import index
|
|
|
|
def test_index():
|
|
assert index()
|