czds

- ICANN Centralized Zone Data Service Tool
git clone git://git.acid.vegas/czds.git
Log | Files | Refs | Archive | README | LICENSE

__init__.py (310B)

      1 #!/usr/bin/env python3
      2 # ICANN API for the Centralized Zones Data Service - developed by acidvegas (https://git.acid.vegas/czds)
      3 # czds/__init__.py
      4 
      5 from .client import CZDS
      6 
      7 __version__ = '1.3.8'
      8 __author__  = 'acidvegas'
      9 __email__   = 'acid.vegas@acid.vegas'
     10 __github__  = 'https://github.com/acidvegas/czds'