Packaged basic Piexif module
This commit is contained in:
parent
366b771b72
commit
c6eb6148cc
13 changed files with 1850 additions and 1 deletions
11
openflexure_microscope/camera/piexif/__init__.py
Normal file
11
openflexure_microscope/camera/piexif/__init__.py
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue