python-FloatImg/floatimg/__init__.py
2021-05-14 09:11:35 +02:00

16 lines
270 B
Python

"""Python Binding to FloatImg """
# FloatImg class, constants & static functions
from floatimg.image import (
GRAY,
RGB,
FloatImg,
create,
create_rgb,
create_from_dump,
create_from_png,
fileinfos,
)
__version__ = "0.0.1"