Files
LangBot/src/langbot/pkg/utils/constants.py

11 lines
233 B
Python

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