Skip to content

Commit 81dde2d

Browse files
committed
```
refactor(cli): remove unused claude command and simplify serve module ```
1 parent cdaa6d2 commit 81dde2d

File tree

2 files changed

+3
-364
lines changed

2 files changed

+3
-364
lines changed

ccproxy/cli/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .commands.serve import api, claude
1+
from .commands.serve import api
22
from .helpers import get_rich_toolkit
33
from .main import app, app_main, main, version_callback
44

@@ -8,7 +8,6 @@
88
"main",
99
"version_callback",
1010
"api",
11-
"claude",
1211
"app_main",
1312
"get_rich_toolkit",
1413
]

0 commit comments

Comments
 (0)