"""This module provides constants used throughout the maestral, the GUI and CLI. It shouldbe kept free of memory heavy imports."""# system importsimportsysimportplatformimportpathlibfromenumimportEnumfromimportlib_metadataimportmetadata,PackageNotFoundErrorfromtypingimportContextManagertry:# For Python 3.9 and later.fromimportlib.resourcesimportas_file,files# type: ignore
exceptImportError:# Fallback for Python 3.8fromimportlib.resourcesimportpathasresource_pathFROZEN=getattr(sys,"frozen",False)forpackagein(__package__,"maestral","maestral-cocoa","maestral-qt","maestral-gui",):try: