diff options
| author | 2025-03-13 01:01:20 +0800 | |
|---|---|---|
| committer | 2025-03-13 01:01:20 +0800 | |
| commit | 80b74f79dfbfa9afb845172a5ea84110d75f1bc8 (patch) | |
| tree | 361dcb055de78b50d82619646fde28fa618f9507 /src/conventionalrp/_core.pyi | |
| parent | dd873e954a92d0e3209fe98b034570b47c859589 (diff) | |
| download | conventional_role_play-80b74f79dfbfa9afb845172a5ea84110d75f1bc8.tar.gz conventional_role_play-80b74f79dfbfa9afb845172a5ea84110d75f1bc8.zip | |
refactor(project)!: first implementation of the Conventional Role Play SDK with core components, renderers, extractors, and example usage.
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 |
