pub fn load_package_from_file<P: AsRef<Path>>(
    path: P
) -> Result<Package, Vec<BitsyError>>