b""
Traceback (most recent call last):
File "C:\Users\Bubunduc\PycharmProjects\tg\main.py", line 18, in convert_tgs_to_gif
exporters.gif.export_gif(animation, gif_file, skip_frames=5, dpi=48)
AttributeError: module 'lottie.exporters' has no attribute 'gif
for (int i =0 ; i < size+1;i++) {
fscanf(table, "%s", &sportsmens[i].full_name);
fscanf(table, " %5f ", &sportsmens[i].results[0]);
fscanf(table, " %5f ", &sportsmens[i].results[1]);
fscanf(table, " %5f ", &sportsmens[i].results[2]);
fscanf(table, " %5f ", &sportsmens[i].results[3]);
fscanf(table, " %5f ", &sportsmens[i].results[4]);
fscanf(table, " %5f\n", &sportsmens[i].results[5]);
}