From 80b74f79dfbfa9afb845172a5ea84110d75f1bc8 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 13 Mar 2025 01:01:20 +0800 Subject: refactor(project)!: first implementation of the Conventional Role Play SDK with core components, renderers, extractors, and example usage. --- tests/test_pyo3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_pyo3.py b/tests/test_pyo3.py index 56a4060..2948da8 100644 --- a/tests/test_pyo3.py +++ b/tests/test_pyo3.py @@ -1,4 +1,4 @@ -from pyo3_template._core import sum_as_string +from conventionalrp._core import sum_as_string if __name__ == "__main__": print(sum_as_string(1, 2)) \ No newline at end of file -- cgit v1.2.3-70-g09d2