mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-05-11 13:09:02 +00:00
5 lines
147 B
Python
5 lines
147 B
Python
"""Backward-compatible token counting import for API route handlers."""
|
|
|
|
from core.anthropic import get_token_count
|
|
|
|
__all__ = ["get_token_count"]
|