diff options
| author | 2025-03-13 01:01:20 +0800 | |
|---|---|---|
| committer | 2025-03-13 01:01:20 +0800 | |
| commit | 80b74f79dfbfa9afb845172a5ea84110d75f1bc8 (patch) | |
| tree | 361dcb055de78b50d82619646fde28fa618f9507 /tests | |
| parent | dd873e954a92d0e3209fe98b034570b47c859589 (diff) | |
| download | conventional_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')
| -rw-r--r-- | tests/test_pyo3.py | 2 |
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 |
