Files
lemur/lemur/plugins/lemur_azure_dest/__init__.py
2020-11-14 12:19:16 +01:00

5 lines
129 B
Python

try:
VERSION = __import__("pkg_resources").get_distribution(__name__).version
except Exception as e:
VERSION = "unknown"