Skip to content

Commit 15e515d

Browse files
authored
Create __init__.py
1 parent 0d53e2a commit 15e515d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ip2geo/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from .client import Ip2Geo
2+
3+
__all__ = ["Ip2Geo"]
4+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)