import os def file_exists(file_path): return os.path.isfile(file_path)