Files
warehouse/src/const.py.in

9 lines
166 B
Python
Raw Normal View History

#!@PYTHON@
2023-11-13 00:48:32 -05:00
# SPDX-License-Identifier: GPL-3.0-only
class Config:
2024-10-27 23:11:35 -04:00
DEVEL = '@DEVEL@' == 'Development'
PROFILE = '@DEVEL@'
APP_ID = '@APPID@'
VERSION = '@VERSION@'