diff --git a/README.md b/README.md index df0f50b..be12196 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ python-whois ============ -The whois library, which is developed in Python language, retrieves domain information from the server. +The whois library, which is developed in Python language, retrieves domain information and ip allocation information (WiP) from the server. Quick start ----------- diff --git a/whois/__init__.py b/whois/__init__.py index 8c9bb28..e33050a 100644 --- a/whois/__init__.py +++ b/whois/__init__.py @@ -8,3 +8,4 @@ from whois import Whois as whois from parser import Parser +from flags import *