Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

agriconnect / pycares   python

Repository URL to install this package:

Version: 2.3.0 

/ __init__.py


from ._version import __version__

try:
    from ._core import *
except ImportError:
    from ._cfficore import *