python-FloatImg/floatimg/__init__.py

15 lines
248 B
Python
Raw Normal View History

"""Python Binding to FloatImg """
2021-05-14 06:40:38 +02:00
# FloatImg class, constants & static functions
from floatimg.image import (
GRAY,
RGB,
FloatImg,
create,
create_rgb,
create_from_dump,
fileinfos,
)
2021-05-14 06:40:38 +02:00
__version__ = "0.0.1"