Commit 6d3d020baef56842e89a49ddaa8104402dca241a

Authored by ailsoncgt
1 parent bb1807da

Ditionary to amadeus mimeTypes #132

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
files/utils.py 0 → 100644
... ... @@ -0,0 +1,6 @@
  1 +mime_type_to_material_icons = {
  2 + 'application/pdf': 'picture_as_pdf',
  3 + 'text/plain': 'format_align_justify',
  4 + 'image/png': 'photo',
  5 + 'image/jpeg': 'photo'
  6 +}
0 7 \ No newline at end of file
... ...