diff options
| author | 2025-03-13 01:01:20 +0800 | |
|---|---|---|
| committer | 2025-03-13 01:01:20 +0800 | |
| commit | 80b74f79dfbfa9afb845172a5ea84110d75f1bc8 (patch) | |
| tree | 361dcb055de78b50d82619646fde28fa618f9507 /src/pyo3_template | |
| 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/pyo3_template')
| -rw-r--r-- | src/pyo3_template/__init__.py | 0 | ||||
| -rw-r--r-- | src/pyo3_template/__main__.py | 8 | ||||
| -rw-r--r-- | src/pyo3_template/_core.pyi | 3 |
3 files changed, 0 insertions, 11 deletions
diff --git a/src/pyo3_template/__init__.py b/src/pyo3_template/__init__.py deleted file mode 100644 index e69de29..0000000 --- a/src/pyo3_template/__init__.py +++ /dev/null diff --git a/src/pyo3_template/__main__.py b/src/pyo3_template/__main__.py deleted file mode 100644 index 0135c6d..0000000 --- a/src/pyo3_template/__main__.py +++ /dev/null @@ -1,8 +0,0 @@ -from ._core import sum_as_string - -def main(): - print(sum_as_string(1, 2)) - - -if __name__ == "__main__": - main()
\ No newline at end of file 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 |
