Upload files to 'settings'
This commit is contained in:
parent
a3d03ebf24
commit
63ac32b215
1 changed files with 4 additions and 0 deletions
4
settings/fileformats.py
Normal file
4
settings/fileformats.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
videos = ["avi", "ogv", "mp4", "mkv"]
|
||||||
|
sounds = ["mp3", "ogg", "wav", "flac"]
|
||||||
|
images = ["png", "jpg", "jpeg" ,"exr", "hdr", "tiff", "gif", "xcf", "psd", "kra", "ora"]
|
||||||
|
|
Loading…
Reference in a new issue