github-actions[bot]
chore: sync uc-deliveries Space
f6213fc
raw
history blame contribute delete
200 Bytes
use super::types::LocationData;
mod depots;
mod visits;
mod visits_extra;
pub(super) use depots::DEPOTS;
pub(super) const VISIT_GROUPS: &[&[LocationData]] = &[visits::VISITS, visits_extra::VISITS];