mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-18 05:41:58 +01:00
4 lines
77 B
Python
4 lines
77 B
Python
import os
|
|
|
|
__version__ = os.environ.get("ONYX_VERSION", "") or "Development"
|