File size: 124 Bytes
a21c316
 
 
 
 
 
1
2
3
4
5
6
7
// Client Adapters 模块
// 存放各种客户端的适配器实现

pub mod opencode;

pub use opencode::OpencodeAdapter;