# data.py def get_clean_data(source): data = load_data(source) cleaned_data = clean_data(data) return cleaned_data