From 1623cbea95d2470d060a2548c855cefecad4f412 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Thu, 29 Jan 2026 16:53:23 +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