mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
5 lines
81 B
Python
5 lines
81 B
Python
from .base import BaseClientProvider
|
|
|
|
class Claude(BaseClientProvider):
|
|
pass
|