diff options
Diffstat (limited to 'external/construct/formats/graphics/__init__.py')
-rw-r--r-- | external/construct/formats/graphics/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/external/construct/formats/graphics/__init__.py b/external/construct/formats/graphics/__init__.py new file mode 100644 index 0000000..4abda02 --- /dev/null +++ b/external/construct/formats/graphics/__init__.py @@ -0,0 +1,4 @@ +""" +graphic file formats, including imagery (bmp, jpg, gif, png, ...), +models (3ds, ...), etc. +""" |