/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ msal
/ sku.py
Run
Starting...
Stop
View File
Save
"""This module is from where we recieve the client sku name and version. """ # The __init__.py will import this. Not the other way around. __version__ = "1.32.0" SKU = "MSAL.Python"
Memory