Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.10/site-packages/msal/sku.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

3 statements  

1"""This module is from where we recieve the client sku name and version. 

2""" 

3 

4# The __init__.py will import this. Not the other way around. 

5__version__ = "1.33.0" 

6SKU = "MSAL.Python"