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