pub fn get_paths() -> &'static Paths
Global paths instance (lazy initialization).
Returns a static reference to the Paths instance, which is created once on first access using OnceLock.
OnceLock