mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-10 04:49:29 +02:00
4 lines
77 B
Python
4 lines
77 B
Python
import os
|
|
|
|
__version__ = os.environ.get("ONYX_VERSION", "") or "Development"
|