mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 16:24:20 +09:00
9 lines
166 B
Python
9 lines
166 B
Python
#!@PYTHON@
|
|
# SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
class Config:
|
|
DEVEL = '@DEVEL@' == 'Development'
|
|
PROFILE = '@DEVEL@'
|
|
APP_ID = '@APPID@'
|
|
VERSION = '@VERSION@'
|