Files
LangBot/src/langbot/pkg/utils/constants.py
2025-11-18 11:31:28 +08:00

11 lines
233 B
Python

import langbot
semantic_version = f'v{langbot.__version__}'
required_database_version = 11
"""Tag the version of the database schema, used to check if the database needs to be migrated"""
debug_mode = False
edition = 'community'