diff options
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 |
