Moved piexif into captures submodule

This commit is contained in:
Joel Collins 2020-11-12 12:03:34 +00:00
parent 4a9d1c5e3c
commit 7c450b6214
13 changed files with 2 additions and 2 deletions

View file

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