# -*- coding: utf-8 -*- """Shared constants for the slim training plan contract.""" PLAN_SCHEMA_VERSION = 5 CONTRACT_VERSION = 4