Add pyo3 prototype

This commit is contained in:
Bojan Serafimov
2022-08-30 11:28:22 -04:00
parent 324c09d19f
commit edc77e8a24
9 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from neon_dev_utils import sum_as_string
def test_neon_dev_utils():
assert sum_as_string(2, 3) == "5"