Resolved! python question about importing "msal" module
I want to be able to use this module with my automation scripts:
msal: https://github.com/AzureAD/microsoft-authentication-library-for-python
import msal
by default fails as the module is not installed or available by default.
How would i manual
...


