/*
appellation: sources <module>
authors: @FL03
*///! this module defines the varioussources the system is compatible with as well as a
//! [`SourceManager`] for handling them
#[doc(inline)]pubuseself::{manager::SourceManager,registry::SourceRegistry};pubmodmanager;pubmodregistry;pub(crate)modprelude{pubusesuper::manager::*;pubusesuper::registry::*;}