aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/test_pyo3.py
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-03-13 01:01:20 +0800
committerHsiangNianian <i@jyunko.cn>2025-03-13 01:01:20 +0800
commit80b74f79dfbfa9afb845172a5ea84110d75f1bc8 (patch)
tree361dcb055de78b50d82619646fde28fa618f9507 /tests/test_pyo3.py
parentdd873e954a92d0e3209fe98b034570b47c859589 (diff)
downloadconventional_role_play-80b74f79dfbfa9afb845172a5ea84110d75f1bc8.tar.gz
conventional_role_play-80b74f79dfbfa9afb845172a5ea84110d75f1bc8.zip
refactor(project)!: first implementation of the Conventional Role Play SDK with core components, renderers, extractors, and example usage.
Diffstat (limited to 'tests/test_pyo3.py')
-rw-r--r--tests/test_pyo3.py2
1 files changed, 1 insertions, 1 deletions
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