mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 17:57:47 +03:00
10 lines
287 B
Rust
10 lines
287 B
Rust
pub use base;
|
|
|
|
pub use provider_engels_polytechnic::EngelsPolytechnicProvider;
|
|
pub use provider_engels_polytechnic::UpdateSource as EngelsPolytechnicUpdateSource;
|
|
|
|
#[cfg(feature = "test")]
|
|
pub mod test_utils {
|
|
pub use provider_engels_polytechnic::test_utils as engels_polytechnic;
|
|
}
|