Moved piexif into captures submodule
This commit is contained in:
parent
4a9d1c5e3c
commit
7c450b6214
13 changed files with 2 additions and 2 deletions
9
openflexure_microscope/captures/piexif/__init__.py
Normal file
9
openflexure_microscope/captures/piexif/__init__.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue