mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 08:05:15 +08:00
chore: establish development baseline
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//! 客户端集成模块
|
||||
//!
|
||||
//! 提供客户端发现、备份和集成功能
|
||||
|
||||
pub mod integration;
|
||||
pub mod backup;
|
||||
pub mod discovery;
|
||||
|
||||
pub use integration::ClientIntegration;
|
||||
pub use backup::BackupManager;
|
||||
pub use discovery::ClientDiscovery;
|
||||
Reference in New Issue
Block a user