aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/pyo3_template/_core.pyi
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2025-09-12 04:02:02 +0800
committer简律纯 <i@jyunko.cn>2025-09-12 04:02:02 +0800
commit0288d0956330d5ac8db48b752240f723e8703929 (patch)
tree0297dee9f8166af0a856dd3a1057ad5f25f14c6a /src/pyo3_template/_core.pyi
parent5135876b5e2a6c40232414ea0b7eb875fa225cf0 (diff)
downloadOneRoll-0288d0956330d5ac8db48b752240f723e8703929.tar.gz
OneRoll-0288d0956330d5ac8db48b752240f723e8703929.zip
feat: initial basic roll features
Diffstat (limited to 'src/pyo3_template/_core.pyi')
-rw-r--r--src/pyo3_template/_core.pyi3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pyo3_template/_core.pyi b/src/pyo3_template/_core.pyi
deleted file mode 100644
index 4945a82..0000000
--- a/src/pyo3_template/_core.pyi
+++ /dev/null
@@ -1,3 +0,0 @@
-def sum_as_string(self, a: int, b: int) -> str: ...
-
-class Base: ... \ No newline at end of file