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:

/ errno.py


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