diff options
Diffstat (limited to 'src/conventionalrp/_core.pyi')
| -rw-r--r-- | src/conventionalrp/_core.pyi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conventionalrp/_core.pyi b/src/conventionalrp/_core.pyi new file mode 100644 index 0000000..4945a82 --- /dev/null +++ b/src/conventionalrp/_core.pyi @@ -0,0 +1,3 @@ +def sum_as_string(self, a: int, b: int) -> str: ... + +class Base: ...
\ No newline at end of file |
