Forgot to add __init__ file. Edit README file.

This commit is contained in:
Larry Kim 2013-05-16 14:52:12 +09:00
parent 5b1cf17b12
commit f8bf366495
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
python-whois 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 Quick start
----------- -----------

View File

@ -8,3 +8,4 @@
from whois import Whois as whois from whois import Whois as whois
from parser import Parser from parser import Parser
from flags import *