Skip to content
Snippets Groups Projects
Commit 02934f8a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Provide get_include()

parent deb55460
No related branches found
No related tags found
No related merge requests found
Subproject commit 7892708682bea5855818809ea6340d26c7c7f389
Subproject commit b919404de7021dd8b401a0f384e68756eda8f6da
from ._library import *
from ._library import __version__, __api_version__
def get_include():
"""Returns the directory containing the C/C++ API include directives"""
return __import__('pkg_resources').resource_filename(__name__, 'include')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment