"""Constants that are shared between server and client.""" # schema version is used to determine compatibility between server and client # bump schema if we add new features and/or make other (breaking) changes SCHEMA_VERSION = 11 VERBOSE_LOG_LEVEL = 5