diff options
| author | 2025-03-14 00:54:59 +0800 | |
|---|---|---|
| committer | 2025-03-14 00:54:59 +0800 | |
| commit | 83980eb447150c765d37fcd8124596e1972e14a1 (patch) | |
| tree | e32d2fafd27d037ceb7a81f1660cc221bff00029 /src/conventionalrp/_core.pyi | |
| parent | 80b74f79dfbfa9afb845172a5ea84110d75f1bc8 (diff) | |
| download | conventional_role_play-83980eb447150c765d37fcd8124596e1972e14a1.tar.gz conventional_role_play-83980eb447150c765d37fcd8124596e1972e14a1.zip | |
refactor: update project structure and rename modules to conventionalrp
Diffstat (limited to 'src/conventionalrp/_core.pyi')
| -rw-r--r-- | src/conventionalrp/_core.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conventionalrp/_core.pyi b/src/conventionalrp/_core.pyi index 4945a82..8a0cc40 100644 --- a/src/conventionalrp/_core.pyi +++ b/src/conventionalrp/_core.pyi @@ -1,3 +1,3 @@ -def sum_as_string(self, a: int, b: int) -> str: ... +def sum_as_string(a: int, b: int) -> str: ... class Base: ...
\ No newline at end of file |
