diff options
| author | 2025-09-12 00:53:11 +0800 | |
|---|---|---|
| committer | 2025-09-12 00:53:11 +0800 | |
| commit | 5135876b5e2a6c40232414ea0b7eb875fa225cf0 (patch) | |
| tree | 4e1718f42394c9f3384b8f91429068a6e1e980db /src/pyo3_template/_core.pyi | |
| download | OneRoll-5135876b5e2a6c40232414ea0b7eb875fa225cf0.tar.gz OneRoll-5135876b5e2a6c40232414ea0b7eb875fa225cf0.zip | |
Initial commit
Diffstat (limited to 'src/pyo3_template/_core.pyi')
| -rw-r--r-- | src/pyo3_template/_core.pyi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pyo3_template/_core.pyi b/src/pyo3_template/_core.pyi new file mode 100644 index 0000000..4945a82 --- /dev/null +++ b/src/pyo3_template/_core.pyi @@ -0,0 +1,3 @@ +def sum_as_string(self, a: int, b: int) -> str: ... + +class Base: ...
\ No newline at end of file |
