mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
7 lines
120 B
Rust
7 lines
120 B
Rust
pub mod garage;
|
|
pub mod config;
|
|
|
|
pub fn init(config: &dyn oj_rc_core::ConfigProvider<()>) {
|
|
config::init(config);
|
|
}
|