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