// This is free and unencumbered software released into the public domain.
usecrate::StandardOptions;usecore::error::Error;usestd::path::PathBuf;pub async fnimport(_input:&Vec<PathBuf>, _flags:&StandardOptions)->Result<(), Box<dyn Error>>{Ok(())// TODO
}