Packaged basic Piexif module

This commit is contained in:
Joel Collins 2019-02-19 12:02:11 +00:00
parent 366b771b72
commit c6eb6148cc
13 changed files with 1850 additions and 1 deletions

View file

@ -0,0 +1,11 @@
from ._remove import remove
from ._load import load
from ._dump import dump
from ._transplant import transplant
from ._insert import insert
from ._exif import *
from ._exceptions import *
VERSION = '1.1.2'