septastic/data_loader/src/septa_json/mod.rs
Nicholas Orlowsky 55df6bdb16
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
just add data loader here
2025-09-12 19:34:35 -04:00

6 lines
118 B
Rust

pub mod route;
pub mod route_stop;
pub mod stop_schedule;
pub mod schedule_day;
pub mod direction;
pub mod ridership;