diff options
Diffstat (limited to 'packages/sdk/python/examples/file_status.py')
| -rw-r--r-- | packages/sdk/python/examples/file_status.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/sdk/python/examples/file_status.py b/packages/sdk/python/examples/file_status.py deleted file mode 100644 index e86cfa3f6..000000000 --- a/packages/sdk/python/examples/file_status.py +++ /dev/null @@ -1,6 +0,0 @@ -from opencode_ai import OpenCodeClient - -client = OpenCodeClient() -files = client.file_status() or [] -for f in files: - print(f.path, f.type) |
