diff options
| author | 2025-09-12 04:02:02 +0800 | |
|---|---|---|
| committer | 2025-09-12 04:02:02 +0800 | |
| commit | 0288d0956330d5ac8db48b752240f723e8703929 (patch) | |
| tree | 0297dee9f8166af0a856dd3a1057ad5f25f14c6a /tests/test_pyo3.py | |
| parent | 5135876b5e2a6c40232414ea0b7eb875fa225cf0 (diff) | |
| download | OneRoll-0288d0956330d5ac8db48b752240f723e8703929.tar.gz OneRoll-0288d0956330d5ac8db48b752240f723e8703929.zip | |
feat: initial basic roll features
Diffstat (limited to 'tests/test_pyo3.py')
| -rw-r--r-- | tests/test_pyo3.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_pyo3.py b/tests/test_pyo3.py deleted file mode 100644 index 56a4060..0000000 --- a/tests/test_pyo3.py +++ /dev/null @@ -1,4 +0,0 @@ -from pyo3_template._core import sum_as_string - -if __name__ == "__main__": - print(sum_as_string(1, 2))
\ No newline at end of file |
