From dd873e954a92d0e3209fe98b034570b47c859589 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 12 Mar 2025 21:32:29 +0800 Subject: Initial commit --- src/pyo3_template/_core.pyi | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/pyo3_template/_core.pyi (limited to 'src/pyo3_template/_core.pyi') 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 -- cgit v1.2.3-70-g09d2