Skip to content

Commit

Permalink
add __init__.py
Browse files Browse the repository at this point in the history
retag 1.4.1
  • Loading branch information
shibukawa committed Jul 2, 2022
1 parent e9b1be1 commit 8d88ec6
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -2,3 +2,6 @@
*.pyc
__pycache__
.DS_Store
.venv
build
dist
5 changes: 5 additions & 0 deletions imagesize/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
__all__ = ["get", "getDPI", "__version__"]

__version__ = "1.4.1"

from .imagesize import get, getDPI

0 comments on commit 8d88ec6

Please sign in to comment.