mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 10:04:55 +08:00
chore: establish development baseline
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//! 仓储接口模块
|
||||
//!
|
||||
//! 定义所有数据访问接口
|
||||
|
||||
pub mod cas_repository;
|
||||
pub mod resource_repository;
|
||||
pub mod translation_repository;
|
||||
|
||||
pub use cas_repository::CasRepository;
|
||||
pub use resource_repository::ResourceRepository;
|
||||
pub use translation_repository::TranslationRepository;
|
||||
Reference in New Issue
Block a user