__init__.py 102 B

12345
  1. __all__ = ["get", "getDPI", "__version__"]
  2. __version__ = "1.4.1"
  3. from .imagesize import get, getDPI