from ._library import __version__, __api_version__, file def get_include(): """Returns the directory containing the C/C++ API include directives""" return __import__('pkg_resources').resource_filename(__name__, 'include') __all__ = []