is there a way for a dev or QA person to list/verify the Ionic SDK version installed? I’ve seen the PKG-INFO file on my local system (Mac with the Python 1.5.0+7 SDK). However, I wanted to see if there was an elegant way to do this similar to::
python -c ‘import ionicsdk; print(“hello”)’