Files
boehmitools-training/plugins/trainingstracker/contract.py
T
2026-09-01 16:27:43 +02:00

5 lines
129 B
Python

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