Closed bwalshe closed 5 years ago
I updated __init__.py in hello-cpp to explicitly import the functions hello and elevation from the _hello shared library, as the existing version wasn't working for me in my environment (Centos).
__init__.py
hello
elevation
_hello
Thanks @bwalshe :+1:
I updated
__init__.py
in hello-cpp to explicitly import the functionshello
andelevation
from the_hello
shared library, as the existing version wasn't working for me in my environment (Centos).