pip install toolkit_cmm # or test.pypi pip install --index-url https://test.pypi.org/simple/ toolkit_cmm
from toolkit_cmm.helloworld import helloworld print(helloworld())
Contents: